Html Css Color HEX #D53120 Harley Davidson Orange

📋 copy color: '#D53120'

red 213 ◦ green 49 ◦ blue 32

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

Shades of Harley Davidson Orange #D53120

Tints of Harley Davidson Orange #D53120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

 BLUE value IS 32 (12.89% from 255) = 10.88%

R = 72.45%
G = 16.67%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D53120 (or 0xD53120) is known color: Harley Davidson Orange. HEX triplet: D5, 31 and 20. RGB value is (213,49,32). Sum of RGB (Red+Green+Blue) = 213+49+32=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D53120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53120 is #2ACEDF. Grayscale: #606060. Windows color (decimal): -2805472 or 2109909. OLE color: 2109909.

HSL color Cylindrical-coordinate representation of color #D53120: hue angle of 5.64º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D53120 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 49 32 -
CMYK 0 0.77 0.85 0.16
HSL 5.64º 0.74% 0.48% -
HSV(B) 5.64º 0.85% 0.84% -
XYZ 28.8 16.45 3.02 -
YUV 96.1 91.83 211.38 -
System Red Green Blue C M Y K H S L
Decimal 213 49 32 0 0.77 0.85 0.16 5.64 0.74 0.48
Hex D5 31 20 0 4D 55 10 6 4A 30
Octal 325 61 40 0 115 125 20 6 112 60
Binary 11010101 110001 100000 0 1001101 1010101 10000 110 1001010 110000

Color Harmonies of #D53120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53120

Black with #D53120

Text Example


Text Example

White with #D53120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53120; }

 p { color: rgb(213,49,32); }

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

background-color css

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

 a { background-color: rgb(213,49,32); }

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

border-color css

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

 span { border-color: rgb(213,49,32); }

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