Html Css Color HEX #D93408 Harley Davidson Orange

📋 copy color: '#D93408'

red 217 ◦ green 52 ◦ blue 8

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

Shades of Harley Davidson Orange #D93408

Tints of Harley Davidson Orange #D93408

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

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

R = 78.34%
G = 18.77%
B = 2.89%

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

#D93408 (or 0xD93408) is known color: Harley Davidson Orange. HEX triplet: D9, 34 and 08. RGB value is (217,52,8). Sum of RGB (Red+Green+Blue) = 217+52+8=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D93408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93408 is #26CBF7. Grayscale: #606060. Windows color (decimal): -2542584 or 537817. OLE color: 537817.

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

Color convert

RGB 217 52 8 -
CMYK 0 0.76 0.96 0.15
HSL 12.63º 0.93% 0.44% -
HSV(B) 12.63º 0.96% 0.85% -
XYZ 29.89 17.23 1.98 -
YUV 96.32 78.16 214.08 -
System Red Green Blue C M Y K H S L
Decimal 217 52 8 0 0.76 0.96 0.15 12.63 0.93 0.44
Hex D9 34 8 0 4C 60 F D 5D 2C
Octal 331 64 10 0 114 140 17 15 135 54
Binary 11011001 110100 1000 0 1001100 1100000 1111 1101 1011101 101100

Color Harmonies of #D93408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93408

Black with #D93408

Text Example


Text Example

White with #D93408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93408; }

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

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

background-color css

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

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

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

border-color css

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

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

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