Html Css Color HEX #D52D3B Mahogany

📋 copy color: '#D52D3B'

red 213 ◦ green 45 ◦ blue 59

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

Shades of Mahogany #D52D3B

Tints of Mahogany #D52D3B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

 BLUE value IS 59 (23.44% from 255) = 18.61%

R = 67.19%
G = 14.2%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D52D3B (or 0xD52D3B) is known color: Mahogany. HEX triplet: D5, 2D and 3B. RGB value is (213,45,59). Sum of RGB (Red+Green+Blue) = 213+45+59=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D3B is #2AD2C4. Grayscale: #606060. Windows color (decimal): -2806469 or 3878357. OLE color: 3878357.

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

Color convert

RGB 213 45 59 -
CMYK 0 0.79 0.72 0.16
HSL 355º 0.67% 0.51% -
HSV(B) 355º 0.79% 0.84% -
XYZ 29.17 16.34 5.75 -
YUV 96.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 213 45 59 0 0.79 0.72 0.16 355 0.67 0.51
Hex D5 2D 3B 0 4F 48 10 163 43 33
Octal 325 55 73 0 117 110 20 543 103 63
Binary 11010101 101101 111011 0 1001111 1001000 10000 101100011 1000011 110011

Color Harmonies of #D52D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D3B

Black with #D52D3B

Text Example


Text Example

White with #D52D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D3B; }

 p { color: rgb(213,45,59); }

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

background-color css

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

 a { background-color: rgb(213,45,59); }

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

border-color css

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

 span { border-color: rgb(213,45,59); }

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