Html Css Color HEX #D93018 Harley Davidson Orange

📋 copy color: '#D93018'

red 217 ◦ green 48 ◦ blue 24

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

Shades of Harley Davidson Orange #D93018

Tints of Harley Davidson Orange #D93018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.61%

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

R = 75.09%
G = 16.61%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D93018 (or 0xD93018) is known color: Harley Davidson Orange. HEX triplet: D9, 30 and 18. RGB value is (217,48,24). Sum of RGB (Red+Green+Blue) = 217+48+24=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D93018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93018 is #26CFE7. Grayscale: #606060. Windows color (decimal): -2543592 or 1585369. OLE color: 1585369.

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

Color convert

RGB 217 48 24 -
CMYK 0 0.78 0.89 0.15
HSL 7.46º 0.8% 0.47% -
HSV(B) 7.46º 0.89% 0.85% -
XYZ 29.84 16.93 2.56 -
YUV 95.8 87.49 214.45 -
System Red Green Blue C M Y K H S L
Decimal 217 48 24 0 0.78 0.89 0.15 7.46 0.8 0.47
Hex D9 30 18 0 4E 59 F 7 50 2F
Octal 331 60 30 0 116 131 17 7 120 57
Binary 11011001 110000 11000 0 1001110 1011001 1111 111 1010000 101111

Color Harmonies of #D93018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93018

Black with #D93018

Text Example


Text Example

White with #D93018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93018; }

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

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

background-color css

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

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

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

border-color css

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

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

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