Html Css Color HEX #D93506 Harley Davidson Orange

📋 copy color: '#D93506'

red 217 ◦ green 53 ◦ blue 6

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

Shades of Harley Davidson Orange #D93506

Tints of Harley Davidson Orange #D93506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

 BLUE value IS 6 (2.73% from 255) = 2.17%

R = 78.62%
G = 19.2%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D93506 (or 0xD93506) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 06. RGB value is (217,53,6). Sum of RGB (Red+Green+Blue) = 217+53+6=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D93506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93506 is #26CAF9. Grayscale: #616161. Windows color (decimal): -2542330 or 407001. OLE color: 407001.

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

Color convert

RGB 217 53 6 -
CMYK 0 0.76 0.97 0.15
HSL 13.36º 0.95% 0.44% -
HSV(B) 13.36º 0.97% 0.85% -
XYZ 29.92 17.31 1.94 -
YUV 96.68 76.83 213.82 -
System Red Green Blue C M Y K H S L
Decimal 217 53 6 0 0.76 0.97 0.15 13.36 0.95 0.44
Hex D9 35 6 0 4C 61 F D 5F 2C
Octal 331 65 6 0 114 141 17 15 137 54
Binary 11011001 110101 110 0 1001100 1100001 1111 1101 1011111 101100

Color Harmonies of #D93506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93506

Black with #D93506

Text Example


Text Example

White with #D93506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93506; }

 p { color: rgb(217,53,6); }

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

background-color css

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

 a { background-color: rgb(217,53,6); }

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

border-color css

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

 span { border-color: rgb(217,53,6); }

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