Html Css Color HEX #D53918 Harley Davidson Orange

📋 copy color: '#D53918'

red 213 ◦ green 57 ◦ blue 24

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

Shades of Harley Davidson Orange #D53918

Tints of Harley Davidson Orange #D53918

RGB

 RED value IS 213 (83.59% from 255) = 72.45%

 GREEN value IS 57 (22.66% from 255) = 19.39%

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

R = 72.45%
G = 19.39%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D53918 (or 0xD53918) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 18. RGB value is (213,57,24). Sum of RGB (Red+Green+Blue) = 213+57+24=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D53918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53918 is #2AC6E7. Grayscale: #646464. Windows color (decimal): -2803432 or 1587669. OLE color: 1587669.

HSL color Cylindrical-coordinate representation of color #D53918: hue angle of 10.48º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D53918 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 24 -
CMYK 0 0.73 0.89 0.16
HSL 10.48º 0.8% 0.46% -
HSV(B) 10.48º 0.89% 0.84% -
XYZ 29.07 17.14 2.64 -
YUV 99.88 85.18 208.68 -
System Red Green Blue C M Y K H S L
Decimal 213 57 24 0 0.73 0.89 0.16 10.48 0.8 0.46
Hex D5 39 18 0 49 59 10 A 50 2E
Octal 325 71 30 0 111 131 20 12 120 56
Binary 11010101 111001 11000 0 1001001 1011001 10000 1010 1010000 101110

Color Harmonies of #D53918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53918

Black with #D53918

Text Example


Text Example

White with #D53918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53918; }

 p { color: rgb(213,57,24); }

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

background-color css

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

 a { background-color: rgb(213,57,24); }

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

border-color css

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

 span { border-color: rgb(213,57,24); }

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