Html Css Color HEX #D53210 Harley Davidson Orange

📋 copy color: '#D53210'

red 213 ◦ green 50 ◦ blue 16

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

Shades of Harley Davidson Orange #D53210

Tints of Harley Davidson Orange #D53210

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.92%

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

R = 76.34%
G = 17.92%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D53210 (or 0xD53210) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 10. RGB value is (213,50,16). Sum of RGB (Red+Green+Blue) = 213+50+16=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D53210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53210 is #2ACDEF. Grayscale: #5F5F5F. Windows color (decimal): -2805232 or 1061589. OLE color: 1061589.

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

Color convert

RGB 213 50 16 -
CMYK 0 0.77 0.92 0.16
HSL 10.36º 0.86% 0.45% -
HSV(B) 10.36º 0.92% 0.84% -
XYZ 28.67 16.46 2.16 -
YUV 94.86 83.5 212.26 -
System Red Green Blue C M Y K H S L
Decimal 213 50 16 0 0.77 0.92 0.16 10.36 0.86 0.45
Hex D5 32 10 0 4D 5C 10 A 56 2D
Octal 325 62 20 0 115 134 20 12 126 55
Binary 11010101 110010 10000 0 1001101 1011100 10000 1010 1010110 101101

Color Harmonies of #D53210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53210

Black with #D53210

Text Example


Text Example

White with #D53210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53210; }

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

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

background-color css

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

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

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

border-color css

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

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

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