Html Css Color HEX #D02011 Harley Davidson Orange

📋 copy color: '#D02011'

red 208 ◦ green 32 ◦ blue 17

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

Shades of Harley Davidson Orange #D02011

Tints of Harley Davidson Orange #D02011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.45%

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

R = 80.93%
G = 12.45%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D02011 (or 0xD02011) is known color: Harley Davidson Orange. HEX triplet: D0, 20 and 11. RGB value is (208,32,17). Sum of RGB (Red+Green+Blue) = 208+32+17=257 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.93% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 208 - color contains mainly: red. Hex color #D02011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02011 is #2FDFEE. Grayscale: #535353. Windows color (decimal): -3137519 or 1122512. OLE color: 1122512.

HSL color Cylindrical-coordinate representation of color #D02011: hue angle of 4.71º 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 #D02011 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 32 17 -
CMYK 0 0.85 0.92 0.18
HSL 4.71º 0.85% 0.44% -
HSV(B) 4.71º 0.92% 0.82% -
XYZ 26.63 14.48 1.92 -
YUV 82.91 90.81 217.22 -
System Red Green Blue C M Y K H S L
Decimal 208 32 17 0 0.85 0.92 0.18 4.71 0.85 0.44
Hex D0 20 11 0 55 5C 12 5 55 2C
Octal 320 40 21 0 125 134 22 5 125 54
Binary 11010000 100000 10001 0 1010101 1011100 10010 101 1010101 101100

Color Harmonies of #D02011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02011

Black with #D02011

Text Example


Text Example

White with #D02011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02011; }

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

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

background-color css

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

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

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

border-color css

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

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

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