Html Css Color HEX #D93808 Harley Davidson Orange

📋 copy color: '#D93808'

red 217 ◦ green 56 ◦ blue 8

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

Shades of Harley Davidson Orange #D93808

Tints of Harley Davidson Orange #D93808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.93%

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

R = 77.22%
G = 19.93%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D93808 (or 0xD93808) is known color: Harley Davidson Orange. HEX triplet: D9, 38 and 08. RGB value is (217,56,8). Sum of RGB (Red+Green+Blue) = 217+56+8=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D93808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93808 is #26C7F7. Grayscale: #636363. Windows color (decimal): -2541560 or 538841. OLE color: 538841.

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

Color convert

RGB 217 56 8 -
CMYK 0 0.74 0.96 0.15
HSL 13.78º 0.93% 0.44% -
HSV(B) 13.78º 0.96% 0.85% -
XYZ 30.07 17.6 2.04 -
YUV 98.67 76.84 212.4 -
System Red Green Blue C M Y K H S L
Decimal 217 56 8 0 0.74 0.96 0.15 13.78 0.93 0.44
Hex D9 38 8 0 4A 60 F E 5D 2C
Octal 331 70 10 0 112 140 17 16 135 54
Binary 11011001 111000 1000 0 1001010 1100000 1111 1110 1011101 101100

Color Harmonies of #D93808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93808

Black with #D93808

Text Example


Text Example

White with #D93808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93808; }

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

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

background-color css

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

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

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

border-color css

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

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

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