Html Css Color HEX #DC4009 Harley Davidson Orange

📋 copy color: '#DC4009'

red 220 ◦ green 64 ◦ blue 9

#DC4009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DC4009

Tints of Harley Davidson Orange #DC4009

RGB

 RED value IS 220 (86.33% from 255) = 75.09%

 GREEN value IS 64 (25.39% from 255) = 21.84%

 BLUE value IS 9 (3.91% from 255) = 3.07%

R = 75.09%
G = 21.84%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC4009 (or 0xDC4009) is known color: Harley Davidson Orange. HEX triplet: DC, 40 and 09. RGB value is (220,64,9). Sum of RGB (Red+Green+Blue) = 220+64+9=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4009 is #23BFF6. Grayscale: #686868. Windows color (decimal): -2342903 or 606428. OLE color: 606428.

HSL color Cylindrical-coordinate representation of color #DC4009: hue angle of 15.64º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC4009 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 9 -
CMYK 0 0.71 0.96 0.14
HSL 15.64º 0.92% 0.45% -
HSV(B) 15.64º 0.96% 0.86% -
XYZ 31.4 18.9 2.25 -
YUV 104.37 74.18 210.47 -
System Red Green Blue C M Y K H S L
Decimal 220 64 9 0 0.71 0.96 0.14 15.64 0.92 0.45
Hex DC 40 9 0 47 60 E 10 5C 2D
Octal 334 100 11 0 107 140 16 20 134 55
Binary 11011100 1000000 1001 0 1000111 1100000 1110 10000 1011100 101101

Color Harmonies of #DC4009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4009

Black with #DC4009

Text Example


Text Example

White with #DC4009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4009; }

 p { color: rgb(220,64,9); }

 H1.HeaderClassName
 {
   color: #DC4009;
 }
 .AnyTagClassName
 {
   color: #DC4009;
 }
</style>

background-color css

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

 a { background-color: rgb(220,64,9); }

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

border-color css

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

 span { border-color: rgb(220,64,9); }

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