Html Css Color HEX #D52829 Mahogany

📋 copy color: '#D52829'

red 213 ◦ green 40 ◦ blue 41

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

Shades of Mahogany #D52829

Tints of Mahogany #D52829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.95%

R = 72.45%
G = 13.61%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D52829 (or 0xD52829) is known color: Mahogany. HEX triplet: D5, 28 and 29. RGB value is (213,40,41). Sum of RGB (Red+Green+Blue) = 213+40+41=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D52829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52829 is #2AD7D6. Grayscale: #5C5C5C. Windows color (decimal): -2807767 or 2697429. OLE color: 2697429.

HSL color Cylindrical-coordinate representation of color #D52829: hue angle of 359.65º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52829 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 40 41 -
CMYK 0 0.81 0.81 0.16
HSL 359.65º 0.68% 0.5% -
HSV(B) 359.65º 0.81% 0.84% -
XYZ 28.6 15.82 3.64 -
YUV 91.84 99.31 214.42 -
System Red Green Blue C M Y K H S L
Decimal 213 40 41 0 0.81 0.81 0.16 359.65 0.68 0.5
Hex D5 28 29 0 51 51 10 168 44 32
Octal 325 50 51 0 121 121 20 550 104 62
Binary 11010101 101000 101001 0 1010001 1010001 10000 101101000 1000100 110010

Color Harmonies of #D52829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52829

Black with #D52829

Text Example


Text Example

White with #D52829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52829; }

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

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

background-color css

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

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

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

border-color css

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

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

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