Shades of Brick Red #D52346
Tints of Brick Red #D52346
RGB
CMYK
RGB Variations
Color information
#D52346 (or 0xD52346) is known color: Brick Red. HEX triplet: D5, 23 and 46. RGB value is (213,35,70). Sum of RGB (Red+Green+Blue) = 213+35+70=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D52346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52346 is #2ADCB9. Grayscale: #5C5C5C. Windows color (decimal): -2809018 or 4596693. OLE color: 4596693.
HSL color Cylindrical-coordinate representation of color #D52346: hue angle of 348.2º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52346 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 70 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.16 |
| HSL | 348.2º | 0.72% | 0.49% | - |
| HSV(B) | 348.2º | 0.84% | 0.84% | - |
| XYZ | 29.15 | 15.79 | 7.31 | - |
| YUV | 92.21 | 115.47 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 70 | 0 | 0.84 | 0.67 | 0.16 | 348.2 | 0.72 | 0.49 |
| Hex | D5 | 23 | 46 | 0 | 54 | 43 | 10 | 15C | 48 | 31 |
| Octal | 325 | 43 | 106 | 0 | 124 | 103 | 20 | 534 | 110 | 61 |
| Binary | 11010101 | 100011 | 1000110 | 0 | 1010100 | 1000011 | 10000 | 101011100 | 1001000 | 110001 |
Color Harmonies of #D52346
Complementary color
Monochromatic Colors of #D52346
Black with #D52346
Text Example
Text Example
White with #D52346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52346; }
p { color: rgb(213,35,70); }
H1.HeaderClassName
{
color: #D52346;
}
.AnyTagClassName
{
color: #D52346;
}
</style>
background-color css
<style>
a { background-color: #D52346; }
a { background-color: rgb(213,35,70); }
div.DivClassName
{
background-color: #D52346;
}
.BgClassName
{
background-color: #D52346;
}
</style>
border-color css
<style>
span { border-color: #D52346; }
span { border-color: rgb(213,35,70); }
td.TdClassName
{
border-color: #D52346;
}
.TagClassName
{
border-color: #D52346;
}
</style>