Html Css Color HEX #D52918 Harley Davidson Orange

📋 copy color: '#D52918'

red 213 ◦ green 41 ◦ blue 24

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

Shades of Harley Davidson Orange #D52918

Tints of Harley Davidson Orange #D52918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.75%

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

R = 76.62%
G = 14.75%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D52918 (or 0xD52918) is known color: Harley Davidson Orange. HEX triplet: D5, 29 and 18. RGB value is (213,41,24). Sum of RGB (Red+Green+Blue) = 213+41+24=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D52918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52918 is #2AD6E7. Grayscale: #5A5A5A. Windows color (decimal): -2807528 or 1583573. OLE color: 1583573.

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

Color convert

RGB 213 41 24 -
CMYK 0 0.81 0.89 0.16
HSL 5.4º 0.8% 0.46% -
HSV(B) 5.4º 0.89% 0.84% -
XYZ 28.4 15.8 2.42 -
YUV 90.49 90.48 215.38 -
System Red Green Blue C M Y K H S L
Decimal 213 41 24 0 0.81 0.89 0.16 5.4 0.8 0.46
Hex D5 29 18 0 51 59 10 5 50 2E
Octal 325 51 30 0 121 131 20 5 120 56
Binary 11010101 101001 11000 0 1010001 1011001 10000 101 1010000 101110

Color Harmonies of #D52918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52918

Black with #D52918

Text Example


Text Example

White with #D52918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52918; }

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

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

background-color css

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

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

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

border-color css

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

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

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