Html Css Color HEX #D52810 Harley Davidson Orange

📋 copy color: '#D52810'

red 213 ◦ green 40 ◦ blue 16

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

Shades of Harley Davidson Orange #D52810

Tints of Harley Davidson Orange #D52810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

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

R = 79.18%
G = 14.87%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D52810 (or 0xD52810) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 10. RGB value is (213,40,16). Sum of RGB (Red+Green+Blue) = 213+40+16=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D52810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52810 is #2AD7EF. Grayscale: #595959. Windows color (decimal): -2807792 or 1059029. OLE color: 1059029.

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

Color convert

RGB 213 40 16 -
CMYK 0 0.81 0.92 0.16
HSL 7.31º 0.86% 0.45% -
HSV(B) 7.31º 0.92% 0.84% -
XYZ 28.29 15.7 2.03 -
YUV 88.99 86.81 216.45 -
System Red Green Blue C M Y K H S L
Decimal 213 40 16 0 0.81 0.92 0.16 7.31 0.86 0.45
Hex D5 28 10 0 51 5C 10 7 56 2D
Octal 325 50 20 0 121 134 20 7 126 55
Binary 11010101 101000 10000 0 1010001 1011100 10000 111 1010110 101101

Color Harmonies of #D52810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52810

Black with #D52810

Text Example


Text Example

White with #D52810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52810; }

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

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

background-color css

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

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

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

border-color css

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

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

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