Html Css Color HEX #D93008 Harley Davidson Orange

📋 copy color: '#D93008'

red 217 ◦ green 48 ◦ blue 8

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

Shades of Harley Davidson Orange #D93008

Tints of Harley Davidson Orange #D93008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

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

R = 79.49%
G = 17.58%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D93008 (or 0xD93008) is known color: Harley Davidson Orange. HEX triplet: D9, 30 and 08. RGB value is (217,48,8). Sum of RGB (Red+Green+Blue) = 217+48+8=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D93008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93008 is #26CFF7. Grayscale: #5E5E5E. Windows color (decimal): -2543608 or 536793. OLE color: 536793.

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

Color convert

RGB 217 48 8 -
CMYK 0 0.78 0.96 0.15
HSL 11.48º 0.93% 0.44% -
HSV(B) 11.48º 0.96% 0.85% -
XYZ 29.72 16.88 1.92 -
YUV 93.97 79.49 215.75 -
System Red Green Blue C M Y K H S L
Decimal 217 48 8 0 0.78 0.96 0.15 11.48 0.93 0.44
Hex D9 30 8 0 4E 60 F B 5D 2C
Octal 331 60 10 0 116 140 17 13 135 54
Binary 11011001 110000 1000 0 1001110 1100000 1111 1011 1011101 101100

Color Harmonies of #D93008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93008

Black with #D93008

Text Example


Text Example

White with #D93008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93008; }

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

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

background-color css

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

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

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

border-color css

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

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

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