Html Css Color HEX #D93306 Harley Davidson Orange

📋 copy color: '#D93306'

red 217 ◦ green 51 ◦ blue 6

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

Shades of Harley Davidson Orange #D93306

Tints of Harley Davidson Orange #D93306

RGB

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

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

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

R = 79.2%
G = 18.61%
B = 2.19%

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

#D93306 (or 0xD93306) is known color: Harley Davidson Orange. HEX triplet: D9, 33 and 06. RGB value is (217,51,6). Sum of RGB (Red+Green+Blue) = 217+51+6=274 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.20% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 217 - color contains mainly: red. Hex color #D93306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93306 is #26CCF9. Grayscale: #5F5F5F. Windows color (decimal): -2542842 or 406489. OLE color: 406489.

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

Color convert

RGB 217 51 6 -
CMYK 0 0.76 0.97 0.15
HSL 12.8º 0.95% 0.44% -
HSV(B) 12.8º 0.97% 0.85% -
XYZ 29.83 17.13 1.91 -
YUV 95.5 77.5 214.66 -
System Red Green Blue C M Y K H S L
Decimal 217 51 6 0 0.76 0.97 0.15 12.8 0.95 0.44
Hex D9 33 6 0 4C 61 F D 5F 2C
Octal 331 63 6 0 114 141 17 15 137 54
Binary 11011001 110011 110 0 1001100 1100001 1111 1101 1011111 101100

Color Harmonies of #D93306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93306

Black with #D93306

Text Example


Text Example

White with #D93306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93306; }

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

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

background-color css

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

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

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

border-color css

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

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

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