Html Css Color HEX #D52218 Harley Davidson Orange

📋 copy color: '#D52218'

red 213 ◦ green 34 ◦ blue 24

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

Shades of Harley Davidson Orange #D52218

Tints of Harley Davidson Orange #D52218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.55%

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

R = 78.6%
G = 12.55%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D52218 (or 0xD52218) is known color: Harley Davidson Orange. HEX triplet: D5, 22 and 18. RGB value is (213,34,24). Sum of RGB (Red+Green+Blue) = 213+34+24=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D52218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52218 is #2ADDE7. Grayscale: #565656. Windows color (decimal): -2809320 or 1581781. OLE color: 1581781.

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

Color convert

RGB 213 34 24 -
CMYK 0 0.84 0.89 0.16
HSL 3.17º 0.8% 0.46% -
HSV(B) 3.17º 0.89% 0.84% -
XYZ 28.18 15.36 2.34 -
YUV 86.38 92.8 218.31 -
System Red Green Blue C M Y K H S L
Decimal 213 34 24 0 0.84 0.89 0.16 3.17 0.8 0.46
Hex D5 22 18 0 54 59 10 3 50 2E
Octal 325 42 30 0 124 131 20 3 120 56
Binary 11010101 100010 11000 0 1010100 1011001 10000 11 1010000 101110

Color Harmonies of #D52218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52218

Black with #D52218

Text Example


Text Example

White with #D52218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52218; }

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

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

background-color css

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

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

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

border-color css

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

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

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