Html Css Color HEX #D93308 Harley Davidson Orange

📋 copy color: '#D93308'

red 217 ◦ green 51 ◦ blue 8

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

Shades of Harley Davidson Orange #D93308

Tints of Harley Davidson Orange #D93308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.9%

R = 78.62%
G = 18.48%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D93308 (or 0xD93308) is known color: Harley Davidson Orange. HEX triplet: D9, 33 and 08. RGB value is (217,51,8). Sum of RGB (Red+Green+Blue) = 217+51+8=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D93308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93308 is #26CCF7. Grayscale: #606060. Windows color (decimal): -2542840 or 537561. OLE color: 537561.

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

Color convert

RGB 217 51 8 -
CMYK 0 0.76 0.96 0.15
HSL 12.34º 0.93% 0.44% -
HSV(B) 12.34º 0.96% 0.85% -
XYZ 29.84 17.14 1.96 -
YUV 95.73 78.5 214.5 -
System Red Green Blue C M Y K H S L
Decimal 217 51 8 0 0.76 0.96 0.15 12.34 0.93 0.44
Hex D9 33 8 0 4C 60 F C 5D 2C
Octal 331 63 10 0 114 140 17 14 135 54
Binary 11011001 110011 1000 0 1001100 1100000 1111 1100 1011101 101100

Color Harmonies of #D93308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93308

Black with #D93308

Text Example


Text Example

White with #D93308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93308; }

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

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

background-color css

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

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

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

border-color css

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

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

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