#D52E33

Color #D52E33 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #D52E33

Tints of Mahogany #D52E33

Color information

#D52E33 (or 0xD52E33) is unknown color: approx Mahogany. HEX triplet: D5, 2E and 33. RGB value is (213,46,51). Sum of RGB (Red+Green+Blue) = 213+46+51=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E33 is #2AD1CC. Grayscale: #606060. Windows color (decimal): -2806221 or 3354325. OLE color: 3354325.

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

Color convert

RGB2134651-
CMYK00.780.760.16
HSL358.2º66.53%50.78%-
HSV(B)358.2º78.4%83.53%-
XYZ29.0216.344.76-
YUV96.5102.33211.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 68.71%
GREEN value IS 46 (18.36% from 255) = 14.84%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=68.71%
G=14.84%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213465100.780.760.16358.266.5350.78
HexD52E3304E4C101664333
Octal325566301161142054610363
Binary11010101101110110011010011101001100100001011001101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52E33; }

 p { color: rgb(213,46,51); }

 H1.HeaderClassName
 {
   color: #D52E33;
 }
 .AnyTagClassName
 {
   color: #D52E33;
 }
</style>
background-color css

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

 a { background-color: rgb(213,46,51); }

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

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

 span { border-color: rgb(213,46,51); }

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