Html Css Color HEX #D44409 Harley Davidson Orange

📋 copy color: '#D44409'

red 212 ◦ green 68 ◦ blue 9

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

Shades of Harley Davidson Orange #D44409

Tints of Harley Davidson Orange #D44409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.53%

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

R = 73.36%
G = 23.53%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D44409 (or 0xD44409) is known color: Harley Davidson Orange. HEX triplet: D4, 44 and 09. RGB value is (212,68,9). Sum of RGB (Red+Green+Blue) = 212+68+9=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D44409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44409 is #2BBBF6. Grayscale: #686868. Windows color (decimal): -2866167 or 607444. OLE color: 607444.

HSL color Cylindrical-coordinate representation of color #D44409: hue angle of 17.44º 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 #D44409 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 68 9 -
CMYK 0 0.68 0.96 0.17
HSL 17.44º 0.92% 0.43% -
HSV(B) 17.44º 0.96% 0.83% -
XYZ 29.27 18.15 2.22 -
YUV 104.33 74.21 204.8 -
System Red Green Blue C M Y K H S L
Decimal 212 68 9 0 0.68 0.96 0.17 17.44 0.92 0.43
Hex D4 44 9 0 44 60 11 11 5C 2B
Octal 324 104 11 0 104 140 21 21 134 53
Binary 11010100 1000100 1001 0 1000100 1100000 10001 10001 1011100 101011

Color Harmonies of #D44409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44409

Black with #D44409

Text Example


Text Example

White with #D44409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44409; }

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

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

background-color css

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

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

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

border-color css

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

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

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