Html Css Color HEX #D22117 Harley Davidson Orange

📋 copy color: '#D22117'

red 210 ◦ green 33 ◦ blue 23

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

Shades of Harley Davidson Orange #D22117

Tints of Harley Davidson Orange #D22117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.41%

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

R = 78.95%
G = 12.41%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D22117 (or 0xD22117) is known color: Harley Davidson Orange. HEX triplet: D2, 21 and 17. RGB value is (210,33,23). Sum of RGB (Red+Green+Blue) = 210+33+23=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D22117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22117 is #2DDEE8. Grayscale: #555555. Windows color (decimal): -3006185 or 1515986. OLE color: 1515986.

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

Color convert

RGB 210 33 23 -
CMYK 0 0.84 0.89 0.18
HSL 3.21º 0.8% 0.46% -
HSV(B) 3.21º 0.89% 0.82% -
XYZ 27.28 14.85 2.24 -
YUV 84.78 93.14 217.31 -
System Red Green Blue C M Y K H S L
Decimal 210 33 23 0 0.84 0.89 0.18 3.21 0.8 0.46
Hex D2 21 17 0 54 59 12 3 50 2E
Octal 322 41 27 0 124 131 22 3 120 56
Binary 11010010 100001 10111 0 1010100 1011001 10010 11 1010000 101110

Color Harmonies of #D22117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22117

Black with #D22117

Text Example


Text Example

White with #D22117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22117; }

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

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

background-color css

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

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

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

border-color css

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

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

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