Html Css Color HEX #D22017 Harley Davidson Orange

📋 copy color: '#D22017'

red 210 ◦ green 32 ◦ blue 23

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

Shades of Harley Davidson Orange #D22017

Tints of Harley Davidson Orange #D22017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.68%

R = 79.25%
G = 12.08%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D22017 (or 0xD22017) is known color: Harley Davidson Orange. HEX triplet: D2, 20 and 17. RGB value is (210,32,23). Sum of RGB (Red+Green+Blue) = 210+32+23=265 (35% of max value = 765). Red value is 210 (82.42% from 255 or 79.25% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 210 - color contains mainly: red. Hex color #D22017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22017 is #2DDFE8. Grayscale: #545454. Windows color (decimal): -3006441 or 1515730. OLE color: 1515730.

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

Color convert

RGB 210 32 23 -
CMYK 0 0.85 0.89 0.18
HSL 2.89º 0.8% 0.46% -
HSV(B) 2.89º 0.89% 0.82% -
XYZ 27.25 14.8 2.23 -
YUV 84.2 93.47 217.73 -
System Red Green Blue C M Y K H S L
Decimal 210 32 23 0 0.85 0.89 0.18 2.89 0.8 0.46
Hex D2 20 17 0 55 59 12 3 50 2E
Octal 322 40 27 0 125 131 22 3 120 56
Binary 11010010 100000 10111 0 1010101 1011001 10010 11 1010000 101110

Color Harmonies of #D22017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22017

Black with #D22017

Text Example


Text Example

White with #D22017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22017; }

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

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

background-color css

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

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

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

border-color css

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

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

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