Html Css Color HEX #D22E20 Harley Davidson Orange

📋 copy color: '#D22E20'

red 210 ◦ green 46 ◦ blue 32

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

Shades of Harley Davidson Orange #D22E20

Tints of Harley Davidson Orange #D22E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.97%

 BLUE value IS 32 (12.89% from 255) = 11.11%

R = 72.92%
G = 15.97%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D22E20 (or 0xD22E20) is known color: Harley Davidson Orange. HEX triplet: D2, 2E and 20. RGB value is (210,46,32). Sum of RGB (Red+Green+Blue) = 210+46+32=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22E20 is #2DD1DF. Grayscale: #5D5D5D. Windows color (decimal): -3002848 or 2109138. OLE color: 2109138.

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

Color convert

RGB 210 46 32 -
CMYK 0 0.78 0.85 0.18
HSL 4.72º 0.74% 0.47% -
HSV(B) 4.72º 0.85% 0.82% -
XYZ 27.82 15.76 2.94 -
YUV 93.44 93.33 211.14 -
System Red Green Blue C M Y K H S L
Decimal 210 46 32 0 0.78 0.85 0.18 4.72 0.74 0.47
Hex D2 2E 20 0 4E 55 12 5 4A 2F
Octal 322 56 40 0 116 125 22 5 112 57
Binary 11010010 101110 100000 0 1001110 1010101 10010 101 1001010 101111

Color Harmonies of #D22E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22E20

Black with #D22E20

Text Example


Text Example

White with #D22E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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