Html Css Color HEX #D52019 Harley Davidson Orange

📋 copy color: '#D52019'

red 213 ◦ green 32 ◦ blue 25

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

Shades of Harley Davidson Orange #D52019

Tints of Harley Davidson Orange #D52019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

 BLUE value IS 25 (10.16% from 255) = 9.26%

R = 78.89%
G = 11.85%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D52019 (or 0xD52019) is known color: Harley Davidson Orange. HEX triplet: D5, 20 and 19. RGB value is (213,32,25). Sum of RGB (Red+Green+Blue) = 213+32+25=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D52019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52019 is #2ADFE6. Grayscale: #555555. Windows color (decimal): -2809831 or 1646805. OLE color: 1646805.

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

Color convert

RGB 213 32 25 -
CMYK 0 0.85 0.88 0.16
HSL 2.23º 0.79% 0.47% -
HSV(B) 2.23º 0.88% 0.84% -
XYZ 28.13 15.25 2.38 -
YUV 85.32 93.97 219.07 -
System Red Green Blue C M Y K H S L
Decimal 213 32 25 0 0.85 0.88 0.16 2.23 0.79 0.47
Hex D5 20 19 0 55 58 10 2 4F 2F
Octal 325 40 31 0 125 130 20 2 117 57
Binary 11010101 100000 11001 0 1010101 1011000 10000 10 1001111 101111

Color Harmonies of #D52019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52019

Black with #D52019

Text Example


Text Example

White with #D52019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52019; }

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

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

background-color css

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

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

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

border-color css

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

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

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