Html Css Color HEX #D22917 Harley Davidson Orange

📋 copy color: '#D22917'

red 210 ◦ green 41 ◦ blue 23

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

Shades of Harley Davidson Orange #D22917

Tints of Harley Davidson Orange #D22917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.96%

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

R = 76.64%
G = 14.96%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D22917 (or 0xD22917) is known color: Harley Davidson Orange. HEX triplet: D2, 29 and 17. RGB value is (210,41,23). Sum of RGB (Red+Green+Blue) = 210+41+23=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D22917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22917 is #2DD6E8. Grayscale: #595959. Windows color (decimal): -3004137 or 1518034. OLE color: 1518034.

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

Color convert

RGB 210 41 23 -
CMYK 0 0.80 0.89 0.18
HSL 5.78º 0.8% 0.46% -
HSV(B) 5.78º 0.89% 0.82% -
XYZ 27.53 15.35 2.32 -
YUV 89.48 90.49 213.96 -
System Red Green Blue C M Y K H S L
Decimal 210 41 23 0 0.80 0.89 0.18 5.78 0.8 0.46
Hex D2 29 17 0 50 59 12 6 50 2E
Octal 322 51 27 0 120 131 22 6 120 56
Binary 11010010 101001 10111 0 1010000 1011001 10010 110 1010000 101110

Color Harmonies of #D22917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22917

Black with #D22917

Text Example


Text Example

White with #D22917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22917; }

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

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

background-color css

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

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

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

border-color css

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

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

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