Html Css Color HEX #D02A11 Harley Davidson Orange

📋 copy color: '#D02A11'

red 208 ◦ green 42 ◦ blue 17

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

Shades of Harley Davidson Orange #D02A11

Tints of Harley Davidson Orange #D02A11

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.73%

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

R = 77.9%
G = 15.73%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D02A11 (or 0xD02A11) is known color: Harley Davidson Orange. HEX triplet: D0, 2A and 11. RGB value is (208,42,17). Sum of RGB (Red+Green+Blue) = 208+42+17=267 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.90% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02A11 is #2FD5EE. Grayscale: #595959. Windows color (decimal): -3134959 or 1125072. OLE color: 1125072.

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

Color convert

RGB 208 42 17 -
CMYK 0 0.80 0.92 0.18
HSL 7.85º 0.85% 0.44% -
HSV(B) 7.85º 0.92% 0.82% -
XYZ 26.94 15.11 2.03 -
YUV 88.78 87.5 213.03 -
System Red Green Blue C M Y K H S L
Decimal 208 42 17 0 0.80 0.92 0.18 7.85 0.85 0.44
Hex D0 2A 11 0 50 5C 12 8 55 2C
Octal 320 52 21 0 120 134 22 10 125 54
Binary 11010000 101010 10001 0 1010000 1011100 10010 1000 1010101 101100

Color Harmonies of #D02A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02A11

Black with #D02A11

Text Example


Text Example

White with #D02A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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