Shades of Brick Red #D52B3E
Tints of Brick Red #D52B3E
RGB
CMYK
RGB Variations
Color information
#D52B3E (or 0xD52B3E) is known color: Brick Red. HEX triplet: D5, 2B and 3E. RGB value is (213,43,62). Sum of RGB (Red+Green+Blue) = 213+43+62=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52B3E is #2AD4C1. Grayscale: #606060. Windows color (decimal): -2806978 or 4074453. OLE color: 4074453.
HSL color Cylindrical-coordinate representation of color #D52B3E: hue angle of 353.29º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52B3E is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 62 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.16 |
| HSL | 353.29º | 0.67% | 0.5% | - |
| HSV(B) | 353.29º | 0.8% | 0.84% | - |
| XYZ | 29.17 | 16.22 | 6.15 | - |
| YUV | 96 | 108.82 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 62 | 0 | 0.80 | 0.71 | 0.16 | 353.29 | 0.67 | 0.5 |
| Hex | D5 | 2B | 3E | 0 | 50 | 47 | 10 | 161 | 43 | 32 |
| Octal | 325 | 53 | 76 | 0 | 120 | 107 | 20 | 541 | 103 | 62 |
| Binary | 11010101 | 101011 | 111110 | 0 | 1010000 | 1000111 | 10000 | 101100001 | 1000011 | 110010 |
Color Harmonies of #D52B3E
Complementary color
Monochromatic Colors of #D52B3E
Black with #D52B3E
Text Example
Text Example
White with #D52B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52B3E; }
p { color: rgb(213,43,62); }
H1.HeaderClassName
{
color: #D52B3E;
}
.AnyTagClassName
{
color: #D52B3E;
}
</style>
background-color css
<style>
a { background-color: #D52B3E; }
a { background-color: rgb(213,43,62); }
div.DivClassName
{
background-color: #D52B3E;
}
.BgClassName
{
background-color: #D52B3E;
}
</style>
border-color css
<style>
span { border-color: #D52B3E; }
span { border-color: rgb(213,43,62); }
td.TdClassName
{
border-color: #D52B3E;
}
.TagClassName
{
border-color: #D52B3E;
}
</style>