Html Css Color HEX #D52919 Harley Davidson Orange

📋 copy color: '#D52919'

red 213 ◦ green 41 ◦ blue 25

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

Shades of Harley Davidson Orange #D52919

Tints of Harley Davidson Orange #D52919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

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

R = 76.34%
G = 14.7%
B = 8.96%

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

#D52919 (or 0xD52919) is known color: Harley Davidson Orange. HEX triplet: D5, 29 and 19. RGB value is (213,41,25). Sum of RGB (Red+Green+Blue) = 213+41+25=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D52919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52919 is #2AD6E6. Grayscale: #5A5A5A. Windows color (decimal): -2807527 or 1649109. OLE color: 1649109.

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

Color convert

RGB 213 41 25 -
CMYK 0 0.81 0.88 0.16
HSL 5.11º 0.79% 0.47% -
HSV(B) 5.11º 0.88% 0.84% -
XYZ 28.41 15.8 2.47 -
YUV 90.6 90.98 215.3 -
System Red Green Blue C M Y K H S L
Decimal 213 41 25 0 0.81 0.88 0.16 5.11 0.79 0.47
Hex D5 29 19 0 51 58 10 5 4F 2F
Octal 325 51 31 0 121 130 20 5 117 57
Binary 11010101 101001 11001 0 1010001 1011000 10000 101 1001111 101111

Color Harmonies of #D52919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52919

Black with #D52919

Text Example


Text Example

White with #D52919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52919; }

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

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

background-color css

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

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

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

border-color css

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

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

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