Html Css Color HEX #D44917 Harley Davidson Orange

📋 copy color: '#D44917'

red 212 ◦ green 73 ◦ blue 23

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

Shades of Harley Davidson Orange #D44917

Tints of Harley Davidson Orange #D44917

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

 BLUE value IS 23 (9.38% from 255) = 7.47%

R = 68.83%
G = 23.7%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D44917 (or 0xD44917) is known color: Harley Davidson Orange. HEX triplet: D4, 49 and 17. RGB value is (212,73,23). Sum of RGB (Red+Green+Blue) = 212+73+23=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D44917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44917 is #2BB6E8. Grayscale: #6D6D6D. Windows color (decimal): -2864873 or 1526228. OLE color: 1526228.

HSL color Cylindrical-coordinate representation of color #D44917: hue angle of 15.87º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D44917 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 73 23 -
CMYK 0 0.66 0.89 0.17
HSL 15.87º 0.8% 0.46% -
HSV(B) 15.87º 0.89% 0.83% -
XYZ 29.69 18.82 2.88 -
YUV 108.86 79.55 201.57 -
System Red Green Blue C M Y K H S L
Decimal 212 73 23 0 0.66 0.89 0.17 15.87 0.8 0.46
Hex D4 49 17 0 42 59 11 10 50 2E
Octal 324 111 27 0 102 131 21 20 120 56
Binary 11010100 1001001 10111 0 1000010 1011001 10001 10000 1010000 101110

Color Harmonies of #D44917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44917

Black with #D44917

Text Example


Text Example

White with #D44917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44917; }

 p { color: rgb(212,73,23); }

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

background-color css

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

 a { background-color: rgb(212,73,23); }

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

border-color css

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

 span { border-color: rgb(212,73,23); }

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