Html Css Color HEX #D93208 Harley Davidson Orange

📋 copy color: '#D93208'

red 217 ◦ green 50 ◦ blue 8

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

Shades of Harley Davidson Orange #D93208

Tints of Harley Davidson Orange #D93208

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.18%

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

R = 78.91%
G = 18.18%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D93208 (or 0xD93208) is known color: Harley Davidson Orange. HEX triplet: D9, 32 and 08. RGB value is (217,50,8). Sum of RGB (Red+Green+Blue) = 217+50+8=275 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.91% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 217 - color contains mainly: red. Hex color #D93208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93208 is #26CDF7. Grayscale: #5F5F5F. Windows color (decimal): -2543096 or 537305. OLE color: 537305.

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

Color convert

RGB 217 50 8 -
CMYK 0 0.77 0.96 0.15
HSL 12.06º 0.93% 0.44% -
HSV(B) 12.06º 0.96% 0.85% -
XYZ 29.8 17.05 1.95 -
YUV 95.15 78.83 214.92 -
System Red Green Blue C M Y K H S L
Decimal 217 50 8 0 0.77 0.96 0.15 12.06 0.93 0.44
Hex D9 32 8 0 4D 60 F C 5D 2C
Octal 331 62 10 0 115 140 17 14 135 54
Binary 11011001 110010 1000 0 1001101 1100000 1111 1100 1011101 101100

Color Harmonies of #D93208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93208

Black with #D93208

Text Example


Text Example

White with #D93208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93208; }

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

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

background-color css

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

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

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

border-color css

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

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

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