Html Css Color HEX #D93A18 Harley Davidson Orange

📋 copy color: '#D93A18'

red 217 ◦ green 58 ◦ blue 24

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

Shades of Harley Davidson Orange #D93A18

Tints of Harley Davidson Orange #D93A18

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.4%

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

R = 72.58%
G = 19.4%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D93A18 (or 0xD93A18) is known color: Harley Davidson Orange. HEX triplet: D9, 3A and 18. RGB value is (217,58,24). Sum of RGB (Red+Green+Blue) = 217+58+24=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93A18 is #26C5E7. Grayscale: #656565. Windows color (decimal): -2541032 or 1587929. OLE color: 1587929.

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

Color convert

RGB 217 58 24 -
CMYK 0 0.73 0.89 0.15
HSL 10.57º 0.8% 0.47% -
HSV(B) 10.57º 0.89% 0.85% -
XYZ 30.29 17.84 2.71 -
YUV 101.67 84.18 210.26 -
System Red Green Blue C M Y K H S L
Decimal 217 58 24 0 0.73 0.89 0.15 10.57 0.8 0.47
Hex D9 3A 18 0 49 59 F B 50 2F
Octal 331 72 30 0 111 131 17 13 120 57
Binary 11011001 111010 11000 0 1001001 1011001 1111 1011 1010000 101111

Color Harmonies of #D93A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A18

Black with #D93A18

Text Example


Text Example

White with #D93A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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