Html Css Color HEX #D44009 Harley Davidson Orange

📋 copy color: '#D44009'

red 212 ◦ green 64 ◦ blue 9

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

Shades of Harley Davidson Orange #D44009

Tints of Harley Davidson Orange #D44009

RGB

 RED value IS 212 (83.2% from 255) = 74.39%

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

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

R = 74.39%
G = 22.46%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D44009 (or 0xD44009) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 09. RGB value is (212,64,9). Sum of RGB (Red+Green+Blue) = 212+64+9=285 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.39% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 212 - color contains mainly: red. Hex color #D44009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44009 is #2BBFF6. Grayscale: #666666. Windows color (decimal): -2867191 or 606420. OLE color: 606420.

HSL color Cylindrical-coordinate representation of color #D44009: hue angle of 16.26º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D44009 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 64 9 -
CMYK 0 0.70 0.96 0.17
HSL 16.26º 0.92% 0.43% -
HSV(B) 16.26º 0.96% 0.83% -
XYZ 29.03 17.68 2.14 -
YUV 101.98 75.53 206.47 -
System Red Green Blue C M Y K H S L
Decimal 212 64 9 0 0.70 0.96 0.17 16.26 0.92 0.43
Hex D4 40 9 0 46 60 11 10 5C 2B
Octal 324 100 11 0 106 140 21 20 134 53
Binary 11010100 1000000 1001 0 1000110 1100000 10001 10000 1011100 101011

Color Harmonies of #D44009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44009

Black with #D44009

Text Example


Text Example

White with #D44009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44009; }

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

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

background-color css

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

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

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

border-color css

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

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

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