Html Css Color HEX #D22211 Harley Davidson Orange

📋 copy color: '#D22211'

red 210 ◦ green 34 ◦ blue 17

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

Shades of Harley Davidson Orange #D22211

Tints of Harley Davidson Orange #D22211

RGB

 RED value IS 210 (82.42% from 255) = 80.46%

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

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

R = 80.46%
G = 13.03%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D22211 (or 0xD22211) is known color: Harley Davidson Orange. HEX triplet: D2, 22 and 11. RGB value is (210,34,17). Sum of RGB (Red+Green+Blue) = 210+34+17=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D22211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22211 is #2DDDEE. Grayscale: #545454. Windows color (decimal): -3005935 or 1123026. OLE color: 1123026.

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

Color convert

RGB 210 34 17 -
CMYK 0 0.84 0.92 0.18
HSL 5.28º 0.85% 0.45% -
HSV(B) 5.28º 0.92% 0.82% -
XYZ 27.25 14.89 1.97 -
YUV 84.69 89.81 217.38 -
System Red Green Blue C M Y K H S L
Decimal 210 34 17 0 0.84 0.92 0.18 5.28 0.85 0.45
Hex D2 22 11 0 54 5C 12 5 55 2D
Octal 322 42 21 0 124 134 22 5 125 55
Binary 11010010 100010 10001 0 1010100 1011100 10010 101 1010101 101101

Color Harmonies of #D22211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22211

Black with #D22211

Text Example


Text Example

White with #D22211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22211; }

 p { color: rgb(210,34,17); }

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

background-color css

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

 a { background-color: rgb(210,34,17); }

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

border-color css

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

 span { border-color: rgb(210,34,17); }

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