Html Css Color HEX #D93310 Harley Davidson Orange

📋 copy color: '#D93310'

red 217 ◦ green 51 ◦ blue 16

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

Shades of Harley Davidson Orange #D93310

Tints of Harley Davidson Orange #D93310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.63%

R = 76.41%
G = 17.96%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D93310 (or 0xD93310) is known color: Harley Davidson Orange. HEX triplet: D9, 33 and 10. RGB value is (217,51,16). Sum of RGB (Red+Green+Blue) = 217+51+16=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D93310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93310 is #26CCEF. Grayscale: #606060. Windows color (decimal): -2542832 or 1061849. OLE color: 1061849.

HSL color Cylindrical-coordinate representation of color #D93310: hue angle of 10.45º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D93310 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 51 16 -
CMYK 0 0.76 0.93 0.15
HSL 10.45º 0.86% 0.46% -
HSV(B) 10.45º 0.93% 0.85% -
XYZ 29.89 17.16 2.23 -
YUV 96.64 82.5 213.85 -
System Red Green Blue C M Y K H S L
Decimal 217 51 16 0 0.76 0.93 0.15 10.45 0.86 0.46
Hex D9 33 10 0 4C 5D F A 56 2E
Octal 331 63 20 0 114 135 17 12 126 56
Binary 11011001 110011 10000 0 1001100 1011101 1111 1010 1010110 101110

Color Harmonies of #D93310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93310

Black with #D93310

Text Example


Text Example

White with #D93310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93310; }

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

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

background-color css

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

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

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

border-color css

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

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

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