Html Css Color HEX #D93F16 Harley Davidson Orange

📋 copy color: '#D93F16'

red 217 ◦ green 63 ◦ blue 22

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

Shades of Harley Davidson Orange #D93F16

Tints of Harley Davidson Orange #D93F16

RGB

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

 GREEN value IS 63 (25% from 255) = 20.86%

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

R = 71.85%
G = 20.86%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D93F16 (or 0xD93F16) is known color: Harley Davidson Orange. HEX triplet: D9, 3F and 16. RGB value is (217,63,22). Sum of RGB (Red+Green+Blue) = 217+63+22=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93F16 is #26C0E9. Grayscale: #686868. Windows color (decimal): -2539754 or 1458137. OLE color: 1458137.

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

Color convert

RGB 217 63 22 -
CMYK 0 0.71 0.90 0.15
HSL 12.62º 0.82% 0.47% -
HSV(B) 12.62º 0.9% 0.85% -
XYZ 30.54 18.36 2.69 -
YUV 104.37 81.52 208.33 -
System Red Green Blue C M Y K H S L
Decimal 217 63 22 0 0.71 0.90 0.15 12.62 0.82 0.47
Hex D9 3F 16 0 47 5A F D 52 2F
Octal 331 77 26 0 107 132 17 15 122 57
Binary 11011001 111111 10110 0 1000111 1011010 1111 1101 1010010 101111

Color Harmonies of #D93F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93F16

Black with #D93F16

Text Example


Text Example

White with #D93F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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