Html Css Color HEX #D93216 Harley Davidson Orange

📋 copy color: '#D93216'

red 217 ◦ green 50 ◦ blue 22

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

Shades of Harley Davidson Orange #D93216

Tints of Harley Davidson Orange #D93216

RGB

 RED value IS 217 (85.16% from 255) = 75.09%

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 22 (8.98% from 255) = 7.61%

R = 75.09%
G = 17.3%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D93216 (or 0xD93216) is known color: Harley Davidson Orange. HEX triplet: D9, 32 and 16. RGB value is (217,50,22). Sum of RGB (Red+Green+Blue) = 217+50+22=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D93216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93216 is #26CDE9. Grayscale: #616161. Windows color (decimal): -2543082 or 1454809. OLE color: 1454809.

HSL color Cylindrical-coordinate representation of color #D93216: hue angle of 8.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D93216 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 22 -
CMYK 0 0.77 0.90 0.15
HSL 8.62º 0.82% 0.47% -
HSV(B) 8.62º 0.9% 0.85% -
XYZ 29.9 17.09 2.48 -
YUV 96.74 85.83 213.78 -
System Red Green Blue C M Y K H S L
Decimal 217 50 22 0 0.77 0.90 0.15 8.62 0.82 0.47
Hex D9 32 16 0 4D 5A F 9 52 2F
Octal 331 62 26 0 115 132 17 11 122 57
Binary 11011001 110010 10110 0 1001101 1011010 1111 1001 1010010 101111

Color Harmonies of #D93216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93216

Black with #D93216

Text Example


Text Example

White with #D93216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93216; }

 p { color: rgb(217,50,22); }

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

background-color css

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

 a { background-color: rgb(217,50,22); }

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

border-color css

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

 span { border-color: rgb(217,50,22); }

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