Html Css Color HEX #D52819 Harley Davidson Orange

📋 copy color: '#D52819'

red 213 ◦ green 40 ◦ blue 25

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

Shades of Harley Davidson Orange #D52819

Tints of Harley Davidson Orange #D52819

RGB

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

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

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

R = 76.62%
G = 14.39%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D52819 (or 0xD52819) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 19. RGB value is (213,40,25). Sum of RGB (Red+Green+Blue) = 213+40+25=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D52819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52819 is #2AD7E6. Grayscale: #5A5A5A. Windows color (decimal): -2807783 or 1648853. OLE color: 1648853.

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

Color convert

RGB 213 40 25 -
CMYK 0 0.81 0.88 0.16
HSL 4.79º 0.79% 0.47% -
HSV(B) 4.79º 0.88% 0.84% -
XYZ 28.37 15.73 2.46 -
YUV 90.02 91.31 215.72 -
System Red Green Blue C M Y K H S L
Decimal 213 40 25 0 0.81 0.88 0.16 4.79 0.79 0.47
Hex D5 28 19 0 51 58 10 5 4F 2F
Octal 325 50 31 0 121 130 20 5 117 57
Binary 11010101 101000 11001 0 1010001 1011000 10000 101 1001111 101111

Color Harmonies of #D52819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52819

Black with #D52819

Text Example


Text Example

White with #D52819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52819; }

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

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

background-color css

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

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

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

border-color css

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

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

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