Html Css Color HEX #D02411 Harley Davidson Orange

📋 copy color: '#D02411'

red 208 ◦ green 36 ◦ blue 17

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

Shades of Harley Davidson Orange #D02411

Tints of Harley Davidson Orange #D02411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.51%

R = 79.69%
G = 13.79%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D02411 (or 0xD02411) is known color: Harley Davidson Orange. HEX triplet: D0, 24 and 11. RGB value is (208,36,17). Sum of RGB (Red+Green+Blue) = 208+36+17=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D02411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02411 is #2FDBEE. Grayscale: #555555. Windows color (decimal): -3136495 or 1123536. OLE color: 1123536.

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

Color convert

RGB 208 36 17 -
CMYK 0 0.83 0.92 0.18
HSL 5.97º 0.85% 0.44% -
HSV(B) 5.97º 0.92% 0.82% -
XYZ 26.74 14.71 1.96 -
YUV 85.26 89.48 215.54 -
System Red Green Blue C M Y K H S L
Decimal 208 36 17 0 0.83 0.92 0.18 5.97 0.85 0.44
Hex D0 24 11 0 53 5C 12 6 55 2C
Octal 320 44 21 0 123 134 22 6 125 54
Binary 11010000 100100 10001 0 1010011 1011100 10010 110 1010101 101100

Color Harmonies of #D02411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02411

Black with #D02411

Text Example


Text Example

White with #D02411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02411; }

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

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

background-color css

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

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

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

border-color css

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

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

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