Html Css Color HEX #D53031 Mahogany

📋 copy color: '#D53031'

red 213 ◦ green 48 ◦ blue 49

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

Shades of Mahogany #D53031

Tints of Mahogany #D53031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 68.71%
G = 15.48%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D53031 (or 0xD53031) is known color: Mahogany. HEX triplet: D5, 30 and 31. RGB value is (213,48,49). Sum of RGB (Red+Green+Blue) = 213+48+49=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D53031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53031 is #2ACFCE. Grayscale: #616161. Windows color (decimal): -2805711 or 3223765. OLE color: 3223765.

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

Color convert

RGB 213 48 49 -
CMYK 0 0.77 0.77 0.16
HSL 359.64º 0.66% 0.51% -
HSV(B) 359.64º 0.77% 0.84% -
XYZ 29.05 16.48 4.56 -
YUV 97.45 100.66 210.42 -
System Red Green Blue C M Y K H S L
Decimal 213 48 49 0 0.77 0.77 0.16 359.64 0.66 0.51
Hex D5 30 31 0 4D 4D 10 168 42 33
Octal 325 60 61 0 115 115 20 550 102 63
Binary 11010101 110000 110001 0 1001101 1001101 10000 101101000 1000010 110011

Color Harmonies of #D53031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53031

Black with #D53031

Text Example


Text Example

White with #D53031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53031; }

 p { color: rgb(213,48,49); }

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

background-color css

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

 a { background-color: rgb(213,48,49); }

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

border-color css

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

 span { border-color: rgb(213,48,49); }

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