Html Css Color HEX #D02417 Harley Davidson Orange

📋 copy color: '#D02417'

red 208 ◦ green 36 ◦ blue 23

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

Shades of Harley Davidson Orange #D02417

Tints of Harley Davidson Orange #D02417

RGB

 RED value IS 208 (81.64% from 255) = 77.9%

 GREEN value IS 36 (14.45% from 255) = 13.48%

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

R = 77.9%
G = 13.48%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D02417 (or 0xD02417) is known color: Harley Davidson Orange. HEX triplet: D0, 24 and 17. RGB value is (208,36,23). Sum of RGB (Red+Green+Blue) = 208+36+23=267 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.90% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 208 - color contains mainly: red. Hex color #D02417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02417 is #2FDBE8. Grayscale: #565656. Windows color (decimal): -3136489 or 1516752. OLE color: 1516752.

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

Color convert

RGB 208 36 23 -
CMYK 0 0.83 0.89 0.18
HSL 4.22º 0.8% 0.45% -
HSV(B) 4.22º 0.89% 0.82% -
XYZ 26.8 14.73 2.24 -
YUV 85.95 92.48 215.06 -
System Red Green Blue C M Y K H S L
Decimal 208 36 23 0 0.83 0.89 0.18 4.22 0.8 0.45
Hex D0 24 17 0 53 59 12 4 50 2D
Octal 320 44 27 0 123 131 22 4 120 55
Binary 11010000 100100 10111 0 1010011 1011001 10010 100 1010000 101101

Color Harmonies of #D02417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02417

Black with #D02417

Text Example


Text Example

White with #D02417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02417; }

 p { color: rgb(208,36,23); }

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

background-color css

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

 a { background-color: rgb(208,36,23); }

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

border-color css

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

 span { border-color: rgb(208,36,23); }

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