Html Css Color HEX #D52418 Harley Davidson Orange

📋 copy color: '#D52418'

red 213 ◦ green 36 ◦ blue 24

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

Shades of Harley Davidson Orange #D52418

Tints of Harley Davidson Orange #D52418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.19%

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

R = 78.02%
G = 13.19%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D52418 (or 0xD52418) is known color: Harley Davidson Orange. HEX triplet: D5, 24 and 18. RGB value is (213,36,24). Sum of RGB (Red+Green+Blue) = 213+36+24=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D52418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52418 is #2ADBE7. Grayscale: #575757. Windows color (decimal): -2808808 or 1582293. OLE color: 1582293.

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

Color convert

RGB 213 36 24 -
CMYK 0 0.83 0.89 0.16
HSL 3.81º 0.8% 0.46% -
HSV(B) 3.81º 0.89% 0.84% -
XYZ 28.24 15.47 2.36 -
YUV 87.56 92.14 217.48 -
System Red Green Blue C M Y K H S L
Decimal 213 36 24 0 0.83 0.89 0.16 3.81 0.8 0.46
Hex D5 24 18 0 53 59 10 4 50 2E
Octal 325 44 30 0 123 131 20 4 120 56
Binary 11010101 100100 11000 0 1010011 1011001 10000 100 1010000 101110

Color Harmonies of #D52418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52418

Black with #D52418

Text Example


Text Example

White with #D52418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52418; }

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

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

background-color css

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

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

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

border-color css

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

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

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