Html Css Color HEX #D02012 Harley Davidson Orange

📋 copy color: '#D02012'

red 208 ◦ green 32 ◦ blue 18

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

Shades of Harley Davidson Orange #D02012

Tints of Harley Davidson Orange #D02012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 80.62%
G = 12.4%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D02012 (or 0xD02012) is known color: Harley Davidson Orange. HEX triplet: D0, 20 and 12. RGB value is (208,32,18). Sum of RGB (Red+Green+Blue) = 208+32+18=258 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.62% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 208 - color contains mainly: red. Hex color #D02012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02012 is #2FDFED. Grayscale: #535353. Windows color (decimal): -3137518 or 1188048. OLE color: 1188048.

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

Color convert

RGB 208 32 18 -
CMYK 0 0.85 0.91 0.18
HSL 4.42º 0.84% 0.44% -
HSV(B) 4.42º 0.91% 0.82% -
XYZ 26.64 14.49 1.96 -
YUV 83.03 91.31 217.14 -
System Red Green Blue C M Y K H S L
Decimal 208 32 18 0 0.85 0.91 0.18 4.42 0.84 0.44
Hex D0 20 12 0 55 5B 12 4 54 2C
Octal 320 40 22 0 125 133 22 4 124 54
Binary 11010000 100000 10010 0 1010101 1011011 10010 100 1010100 101100

Color Harmonies of #D02012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02012

Black with #D02012

Text Example


Text Example

White with #D02012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02012; }

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

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

background-color css

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

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

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

border-color css

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

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

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