Html Css Color HEX #D93318 Harley Davidson Orange

📋 copy color: '#D93318'

red 217 ◦ green 51 ◦ blue 24

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

Shades of Harley Davidson Orange #D93318

Tints of Harley Davidson Orange #D93318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.47%

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

R = 74.32%
G = 17.47%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D93318 (or 0xD93318) is known color: Harley Davidson Orange. HEX triplet: D9, 33 and 18. RGB value is (217,51,24). Sum of RGB (Red+Green+Blue) = 217+51+24=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D93318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93318 is #26CCE7. Grayscale: #616161. Windows color (decimal): -2542824 or 1586137. OLE color: 1586137.

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

Color convert

RGB 217 51 24 -
CMYK 0 0.76 0.89 0.15
HSL 8.39º 0.8% 0.47% -
HSV(B) 8.39º 0.89% 0.85% -
XYZ 29.96 17.19 2.6 -
YUV 97.56 86.5 213.2 -
System Red Green Blue C M Y K H S L
Decimal 217 51 24 0 0.76 0.89 0.15 8.39 0.8 0.47
Hex D9 33 18 0 4C 59 F 8 50 2F
Octal 331 63 30 0 114 131 17 10 120 57
Binary 11011001 110011 11000 0 1001100 1011001 1111 1000 1010000 101111

Color Harmonies of #D93318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93318

Black with #D93318

Text Example


Text Example

White with #D93318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93318; }

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

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

background-color css

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

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

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

border-color css

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

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

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