Html Css Color HEX #D22317 Harley Davidson Orange

📋 copy color: '#D22317'

red 210 ◦ green 35 ◦ blue 23

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

Shades of Harley Davidson Orange #D22317

Tints of Harley Davidson Orange #D22317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.06%

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

R = 78.36%
G = 13.06%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D22317 (or 0xD22317) is known color: Harley Davidson Orange. HEX triplet: D2, 23 and 17. RGB value is (210,35,23). Sum of RGB (Red+Green+Blue) = 210+35+23=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D22317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22317 is #2DDCE8. Grayscale: #565656. Windows color (decimal): -3005673 or 1516498. OLE color: 1516498.

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

Color convert

RGB 210 35 23 -
CMYK 0 0.83 0.89 0.18
HSL 3.85º 0.8% 0.46% -
HSV(B) 3.85º 0.89% 0.82% -
XYZ 27.33 14.97 2.26 -
YUV 85.96 92.48 216.48 -
System Red Green Blue C M Y K H S L
Decimal 210 35 23 0 0.83 0.89 0.18 3.85 0.8 0.46
Hex D2 23 17 0 53 59 12 4 50 2E
Octal 322 43 27 0 123 131 22 4 120 56
Binary 11010010 100011 10111 0 1010011 1011001 10010 100 1010000 101110

Color Harmonies of #D22317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22317

Black with #D22317

Text Example


Text Example

White with #D22317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22317; }

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

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

background-color css

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

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

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

border-color css

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

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

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