Html Css Color HEX #D93C18 Harley Davidson Orange

📋 copy color: '#D93C18'

red 217 ◦ green 60 ◦ blue 24

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

Shades of Harley Davidson Orange #D93C18

Tints of Harley Davidson Orange #D93C18

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

 BLUE value IS 24 (9.77% from 255) = 7.97%

R = 72.09%
G = 19.93%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D93C18 (or 0xD93C18) is known color: Harley Davidson Orange. HEX triplet: D9, 3C and 18. RGB value is (217,60,24). Sum of RGB (Red+Green+Blue) = 217+60+24=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93C18 is #26C3E7. Grayscale: #676767. Windows color (decimal): -2540520 or 1588441. OLE color: 1588441.

HSL color Cylindrical-coordinate representation of color #D93C18: hue angle of 11.19º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D93C18 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 60 24 -
CMYK 0 0.72 0.89 0.15
HSL 11.19º 0.8% 0.47% -
HSV(B) 11.19º 0.89% 0.85% -
XYZ 30.4 18.05 2.75 -
YUV 102.84 83.51 209.43 -
System Red Green Blue C M Y K H S L
Decimal 217 60 24 0 0.72 0.89 0.15 11.19 0.8 0.47
Hex D9 3C 18 0 48 59 F B 50 2F
Octal 331 74 30 0 110 131 17 13 120 57
Binary 11011001 111100 11000 0 1001000 1011001 1111 1011 1010000 101111

Color Harmonies of #D93C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C18

Black with #D93C18

Text Example


Text Example

White with #D93C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C18; }

 p { color: rgb(217,60,24); }

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

background-color css

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

 a { background-color: rgb(217,60,24); }

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

border-color css

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

 span { border-color: rgb(217,60,24); }

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