Html Css Color HEX #D02D09 Harley Davidson Orange

📋 copy color: '#D02D09'

red 208 ◦ green 45 ◦ blue 9

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

Shades of Harley Davidson Orange #D02D09

Tints of Harley Davidson Orange #D02D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.18%

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

R = 79.39%
G = 17.18%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D02D09 (or 0xD02D09) is known color: Harley Davidson Orange. HEX triplet: D0, 2D and 09. RGB value is (208,45,9). Sum of RGB (Red+Green+Blue) = 208+45+9=262 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.39% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02D09 is #2FD2F6. Grayscale: #595959. Windows color (decimal): -3134199 or 601552. OLE color: 601552.

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

Color convert

RGB 208 45 9 -
CMYK 0 0.78 0.96 0.18
HSL 10.85º 0.92% 0.43% -
HSV(B) 10.85º 0.96% 0.82% -
XYZ 27 15.31 1.79 -
YUV 89.63 82.5 212.43 -
System Red Green Blue C M Y K H S L
Decimal 208 45 9 0 0.78 0.96 0.18 10.85 0.92 0.43
Hex D0 2D 9 0 4E 60 12 B 5C 2B
Octal 320 55 11 0 116 140 22 13 134 53
Binary 11010000 101101 1001 0 1001110 1100000 10010 1011 1011100 101011

Color Harmonies of #D02D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D09

Black with #D02D09

Text Example


Text Example

White with #D02D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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