Html Css Color HEX #D52210 Harley Davidson Orange

📋 copy color: '#D52210'

red 213 ◦ green 34 ◦ blue 16

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

Shades of Harley Davidson Orange #D52210

Tints of Harley Davidson Orange #D52210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 80.99%
G = 12.93%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D52210 (or 0xD52210) is known color: Harley Davidson Orange. HEX triplet: D5, 22 and 10. RGB value is (213,34,16). Sum of RGB (Red+Green+Blue) = 213+34+16=263 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.99% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 213 - color contains mainly: red. Hex color #D52210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52210 is #2ADDEF. Grayscale: #555555. Windows color (decimal): -2809328 or 1057493. OLE color: 1057493.

HSL color Cylindrical-coordinate representation of color #D52210: hue angle of 5.48º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D52210 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 34 16 -
CMYK 0 0.84 0.92 0.16
HSL 5.48º 0.86% 0.45% -
HSV(B) 5.48º 0.92% 0.84% -
XYZ 28.11 15.33 1.97 -
YUV 85.47 88.8 218.96 -
System Red Green Blue C M Y K H S L
Decimal 213 34 16 0 0.84 0.92 0.16 5.48 0.86 0.45
Hex D5 22 10 0 54 5C 10 5 56 2D
Octal 325 42 20 0 124 134 20 5 126 55
Binary 11010101 100010 10000 0 1010100 1011100 10000 101 1010110 101101

Color Harmonies of #D52210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52210

Black with #D52210

Text Example


Text Example

White with #D52210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52210; }

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

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

background-color css

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

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

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

border-color css

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

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

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