Html Css Color HEX #D22011 Harley Davidson Orange

📋 copy color: '#D22011'

red 210 ◦ green 32 ◦ blue 17

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

Shades of Harley Davidson Orange #D22011

Tints of Harley Davidson Orange #D22011

RGB

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

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

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

R = 81.08%
G = 12.36%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D22011 (or 0xD22011) is known color: Harley Davidson Orange. HEX triplet: D2, 20 and 11. RGB value is (210,32,17). Sum of RGB (Red+Green+Blue) = 210+32+17=259 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.08% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 210 - color contains mainly: red. Hex color #D22011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22011 is #2DDFEE. Grayscale: #535353. Windows color (decimal): -3006447 or 1122514. OLE color: 1122514.

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

Color convert

RGB 210 32 17 -
CMYK 0 0.85 0.92 0.18
HSL 4.66º 0.85% 0.45% -
HSV(B) 4.66º 0.92% 0.82% -
XYZ 27.2 14.78 1.95 -
YUV 83.51 90.47 218.22 -
System Red Green Blue C M Y K H S L
Decimal 210 32 17 0 0.85 0.92 0.18 4.66 0.85 0.45
Hex D2 20 11 0 55 5C 12 5 55 2D
Octal 322 40 21 0 125 134 22 5 125 55
Binary 11010010 100000 10001 0 1010101 1011100 10010 101 1010101 101101

Color Harmonies of #D22011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22011

Black with #D22011

Text Example


Text Example

White with #D22011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22011; }

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

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

background-color css

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

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

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

border-color css

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

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

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