Html Css Color HEX #D02A09 Harley Davidson Orange

📋 copy color: '#D02A09'

red 208 ◦ green 42 ◦ blue 9

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

Shades of Harley Davidson Orange #D02A09

Tints of Harley Davidson Orange #D02A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.47%

R = 80.31%
G = 16.22%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D02A09 (or 0xD02A09) is known color: Harley Davidson Orange. HEX triplet: D0, 2A and 09. RGB value is (208,42,9). Sum of RGB (Red+Green+Blue) = 208+42+9=259 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.31% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02A09 is #2FD5F6. Grayscale: #585858. Windows color (decimal): -3134967 or 600784. OLE color: 600784.

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

Color convert

RGB 208 42 9 -
CMYK 0 0.80 0.96 0.18
HSL 9.95º 0.92% 0.43% -
HSV(B) 9.95º 0.96% 0.82% -
XYZ 26.89 15.09 1.75 -
YUV 87.87 83.5 213.68 -
System Red Green Blue C M Y K H S L
Decimal 208 42 9 0 0.80 0.96 0.18 9.95 0.92 0.43
Hex D0 2A 9 0 50 60 12 A 5C 2B
Octal 320 52 11 0 120 140 22 12 134 53
Binary 11010000 101010 1001 0 1010000 1100000 10010 1010 1011100 101011

Color Harmonies of #D02A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02A09

Black with #D02A09

Text Example


Text Example

White with #D02A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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