Html Css Color HEX #D93616 Harley Davidson Orange

📋 copy color: '#D93616'

red 217 ◦ green 54 ◦ blue 22

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

Shades of Harley Davidson Orange #D93616

Tints of Harley Davidson Orange #D93616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.43%

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

R = 74.06%
G = 18.43%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D93616 (or 0xD93616) is known color: Harley Davidson Orange. HEX triplet: D9, 36 and 16. RGB value is (217,54,22). Sum of RGB (Red+Green+Blue) = 217+54+22=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D93616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93616 is #26C9E9. Grayscale: #636363. Windows color (decimal): -2542058 or 1455833. OLE color: 1455833.

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

Color convert

RGB 217 54 22 -
CMYK 0 0.75 0.90 0.15
HSL 9.85º 0.82% 0.47% -
HSV(B) 9.85º 0.9% 0.85% -
XYZ 30.08 17.45 2.54 -
YUV 99.09 84.5 212.1 -
System Red Green Blue C M Y K H S L
Decimal 217 54 22 0 0.75 0.90 0.15 9.85 0.82 0.47
Hex D9 36 16 0 4B 5A F A 52 2F
Octal 331 66 26 0 113 132 17 12 122 57
Binary 11011001 110110 10110 0 1001011 1011010 1111 1010 1010010 101111

Color Harmonies of #D93616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93616

Black with #D93616

Text Example


Text Example

White with #D93616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93616; }

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

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

background-color css

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

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

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

border-color css

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

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

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