Html Css Color HEX #D53D3E Mahogany

📋 copy color: '#D53D3E'

red 213 ◦ green 61 ◦ blue 62

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

Shades of Mahogany #D53D3E

Tints of Mahogany #D53D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.15%

 BLUE value IS 62 (24.61% from 255) = 18.45%

R = 63.39%
G = 18.15%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D53D3E (or 0xD53D3E) is known color: Mahogany. HEX triplet: D5, 3D and 3E. RGB value is (213,61,62). Sum of RGB (Red+Green+Blue) = 213+61+62=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D3E is #2AC2C1. Grayscale: #6A6A6A. Windows color (decimal): -2802370 or 4079061. OLE color: 4079061.

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

Color convert

RGB 213 61 62 -
CMYK 0 0.71 0.71 0.16
HSL 359.61º 0.64% 0.54% -
HSV(B) 359.61º 0.71% 0.84% -
XYZ 29.98 17.83 6.42 -
YUV 106.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 213 61 62 0 0.71 0.71 0.16 359.61 0.64 0.54
Hex D5 3D 3E 0 47 47 10 168 40 36
Octal 325 75 76 0 107 107 20 550 100 66
Binary 11010101 111101 111110 0 1000111 1000111 10000 101101000 1000000 110110

Color Harmonies of #D53D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D3E

Black with #D53D3E

Text Example


Text Example

White with #D53D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D3E; }

 p { color: rgb(213,61,62); }

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

background-color css

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

 a { background-color: rgb(213,61,62); }

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

border-color css

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

 span { border-color: rgb(213,61,62); }

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