Html Css Color HEX #D93316 Harley Davidson Orange

📋 copy color: '#D93316'

red 217 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #D93316

Tints of Harley Davidson Orange #D93316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

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

R = 74.83%
G = 17.59%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D93316 (or 0xD93316) is known color: Harley Davidson Orange. HEX triplet: D9, 33 and 16. RGB value is (217,51,22). Sum of RGB (Red+Green+Blue) = 217+51+22=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D93316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93316 is #26CCE9. Grayscale: #616161. Windows color (decimal): -2542826 or 1455065. OLE color: 1455065.

HSL color Cylindrical-coordinate representation of color #D93316: hue angle of 8.92º 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 #D93316 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 51 22 -
CMYK 0 0.76 0.90 0.15
HSL 8.92º 0.82% 0.47% -
HSV(B) 8.92º 0.9% 0.85% -
XYZ 29.94 17.18 2.5 -
YUV 97.33 85.5 213.36 -
System Red Green Blue C M Y K H S L
Decimal 217 51 22 0 0.76 0.90 0.15 8.92 0.82 0.47
Hex D9 33 16 0 4C 5A F 9 52 2F
Octal 331 63 26 0 114 132 17 11 122 57
Binary 11011001 110011 10110 0 1001100 1011010 1111 1001 1010010 101111

Color Harmonies of #D93316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93316

Black with #D93316

Text Example


Text Example

White with #D93316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93316; }

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

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

background-color css

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

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

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

border-color css

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

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

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