Html Css Color HEX #D93608 Harley Davidson Orange

📋 copy color: '#D93608'

red 217 ◦ green 54 ◦ blue 8

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

Shades of Harley Davidson Orange #D93608

Tints of Harley Davidson Orange #D93608

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

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

R = 77.78%
G = 19.35%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D93608 (or 0xD93608) is known color: Harley Davidson Orange. HEX triplet: D9, 36 and 08. RGB value is (217,54,8). Sum of RGB (Red+Green+Blue) = 217+54+8=279 (36% of max value = 765). Red value is 217 (85.16% from 255 or 77.78% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 217 - color contains mainly: red. Hex color #D93608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93608 is #26C9F7. Grayscale: #616161. Windows color (decimal): -2542072 or 538329. OLE color: 538329.

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

Color convert

RGB 217 54 8 -
CMYK 0 0.75 0.96 0.15
HSL 13.21º 0.93% 0.44% -
HSV(B) 13.21º 0.96% 0.85% -
XYZ 29.98 17.41 2.01 -
YUV 97.49 77.5 213.24 -
System Red Green Blue C M Y K H S L
Decimal 217 54 8 0 0.75 0.96 0.15 13.21 0.93 0.44
Hex D9 36 8 0 4B 60 F D 5D 2C
Octal 331 66 10 0 113 140 17 15 135 54
Binary 11011001 110110 1000 0 1001011 1100000 1111 1101 1011101 101100

Color Harmonies of #D93608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93608

Black with #D93608

Text Example


Text Example

White with #D93608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93608; }

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

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

background-color css

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

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

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

border-color css

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

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

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