Html Css Color HEX #D52219 Harley Davidson Orange

📋 copy color: '#D52219'

red 213 ◦ green 34 ◦ blue 25

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

Shades of Harley Davidson Orange #D52219

Tints of Harley Davidson Orange #D52219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.5%

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

R = 78.31%
G = 12.5%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D52219 (or 0xD52219) is known color: Harley Davidson Orange. HEX triplet: D5, 22 and 19. RGB value is (213,34,25). Sum of RGB (Red+Green+Blue) = 213+34+25=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D52219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52219 is #2ADDE6. Grayscale: #565656. Windows color (decimal): -2809319 or 1647317. OLE color: 1647317.

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

Color convert

RGB 213 34 25 -
CMYK 0 0.84 0.88 0.16
HSL 2.87º 0.79% 0.47% -
HSV(B) 2.87º 0.88% 0.84% -
XYZ 28.19 15.36 2.4 -
YUV 86.5 93.3 218.23 -
System Red Green Blue C M Y K H S L
Decimal 213 34 25 0 0.84 0.88 0.16 2.87 0.79 0.47
Hex D5 22 19 0 54 58 10 3 4F 2F
Octal 325 42 31 0 124 130 20 3 117 57
Binary 11010101 100010 11001 0 1010100 1011000 10000 11 1001111 101111

Color Harmonies of #D52219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52219

Black with #D52219

Text Example


Text Example

White with #D52219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52219; }

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

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

background-color css

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

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

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

border-color css

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

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

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