#D83C21

Color #D83C21 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D83C21

Tints of Harley Davidson Orange #D83C21

Color information

#D83C21 (or 0xD83C21) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 3C and 21. RGB value is (216,60,33). Sum of RGB (Red+Green+Blue) = 216+60+33=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C21 is #27C3DE. Grayscale: #676767. Windows color (decimal): -2606047 or 2178264. OLE color: 2178264.

HSL color Cylindrical-coordinate representation of color #D83C21: hue angle of 8.85º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D83C21 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB2166033-
CMYK00.720.850.15
HSL8.85º73.49%48.82%-
HSV(B)8.85º84.72%84.71%-
XYZ30.2117.943.31-
YUV103.5788.18208.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 69.90%
GREEN value IS 60 (23.83% from 255) = 19.42%
BLUE value IS 33 (13.28% from 255) = 10.68%
R=69.90%
G=19.42%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216603300.720.850.158.8573.4948.82
HexD83C2104855F94931
Octal33074410110125171111161
Binary11011000111100100001010010001010101111110011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83C21; }

 p { color: rgb(216,60,33); }

 H1.HeaderClassName
 {
   color: #D83C21;
 }
 .AnyTagClassName
 {
   color: #D83C21;
 }
</style>
background-color css

<style>
 a { background-color: #D83C21; }

 a { background-color: rgb(216,60,33); }

 div.DivClassName
 {
   background-color: #D83C21;
 }
 .BgClassName
 {
   background-color: #D83C21;
 }
</style>
border-color css

<style>
 span { border-color: #D83C21; }

 span { border-color: rgb(216,60,33); }

 td.TdClassName
 {
   border-color: #D83C21;
 }
 .TagClassName
 {
   border-color: #D83C21;
 }
</style>