Html Css Color HEX #D93108 Harley Davidson Orange

📋 copy color: '#D93108'

red 217 ◦ green 49 ◦ blue 8

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

Shades of Harley Davidson Orange #D93108

Tints of Harley Davidson Orange #D93108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.88%

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

R = 79.2%
G = 17.88%
B = 2.92%

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

#D93108 (or 0xD93108) is known color: Harley Davidson Orange. HEX triplet: D9, 31 and 08. RGB value is (217,49,8). Sum of RGB (Red+Green+Blue) = 217+49+8=274 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.20% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 217 - color contains mainly: red. Hex color #D93108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93108 is #26CEF7. Grayscale: #5E5E5E. Windows color (decimal): -2543352 or 537049. OLE color: 537049.

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

Color convert

RGB 217 49 8 -
CMYK 0 0.77 0.96 0.15
HSL 11.77º 0.93% 0.44% -
HSV(B) 11.77º 0.96% 0.85% -
XYZ 29.76 16.97 1.94 -
YUV 94.56 79.16 215.33 -
System Red Green Blue C M Y K H S L
Decimal 217 49 8 0 0.77 0.96 0.15 11.77 0.93 0.44
Hex D9 31 8 0 4D 60 F C 5D 2C
Octal 331 61 10 0 115 140 17 14 135 54
Binary 11011001 110001 1000 0 1001101 1100000 1111 1100 1011101 101100

Color Harmonies of #D93108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93108

Black with #D93108

Text Example


Text Example

White with #D93108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93108; }

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

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

background-color css

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

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

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

border-color css

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

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

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