Html Css Color HEX #D02212 Harley Davidson Orange

📋 copy color: '#D02212'

red 208 ◦ green 34 ◦ blue 18

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

Shades of Harley Davidson Orange #D02212

Tints of Harley Davidson Orange #D02212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.08%

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

R = 80%
G = 13.08%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D02212 (or 0xD02212) is known color: Harley Davidson Orange. HEX triplet: D0, 22 and 12. RGB value is (208,34,18). Sum of RGB (Red+Green+Blue) = 208+34+18=260 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 208 - color contains mainly: red. Hex color #D02212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02212 is #2FDDED. Grayscale: #545454. Windows color (decimal): -3137006 or 1188560. OLE color: 1188560.

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

Color convert

RGB 208 34 18 -
CMYK 0 0.84 0.91 0.18
HSL 5.05º 0.84% 0.44% -
HSV(B) 5.05º 0.91% 0.82% -
XYZ 26.69 14.6 1.98 -
YUV 84.2 90.65 216.3 -
System Red Green Blue C M Y K H S L
Decimal 208 34 18 0 0.84 0.91 0.18 5.05 0.84 0.44
Hex D0 22 12 0 54 5B 12 5 54 2C
Octal 320 42 22 0 124 133 22 5 124 54
Binary 11010000 100010 10010 0 1010100 1011011 10010 101 1010100 101100

Color Harmonies of #D02212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02212

Black with #D02212

Text Example


Text Example

White with #D02212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02212; }

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

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

background-color css

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

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

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

border-color css

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

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

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