Shades of Brick Red #D52F42
Tints of Brick Red #D52F42
RGB
CMYK
RGB Variations
Color information
#D52F42 (or 0xD52F42) is known color: Brick Red. HEX triplet: D5, 2F and 42. RGB value is (213,47,66). Sum of RGB (Red+Green+Blue) = 213+47+66=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F42 is #2AD0BD. Grayscale: #626262. Windows color (decimal): -2805950 or 4337621. OLE color: 4337621.
HSL color Cylindrical-coordinate representation of color #D52F42: hue angle of 353.13º degrees, saturation: 0.66, 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 #D52F42 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 66 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.16 |
| HSL | 353.13º | 0.66% | 0.51% | - |
| HSV(B) | 353.13º | 0.78% | 0.84% | - |
| XYZ | 29.44 | 16.57 | 6.8 | - |
| YUV | 98.8 | 109.5 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 66 | 0 | 0.78 | 0.69 | 0.16 | 353.13 | 0.66 | 0.51 |
| Hex | D5 | 2F | 42 | 0 | 4E | 45 | 10 | 161 | 42 | 33 |
| Octal | 325 | 57 | 102 | 0 | 116 | 105 | 20 | 541 | 102 | 63 |
| Binary | 11010101 | 101111 | 1000010 | 0 | 1001110 | 1000101 | 10000 | 101100001 | 1000010 | 110011 |
Color Harmonies of #D52F42
Complementary color
Monochromatic Colors of #D52F42
Black with #D52F42
Text Example
Text Example
White with #D52F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52F42; }
p { color: rgb(213,47,66); }
H1.HeaderClassName
{
color: #D52F42;
}
.AnyTagClassName
{
color: #D52F42;
}
</style>
background-color css
<style>
a { background-color: #D52F42; }
a { background-color: rgb(213,47,66); }
div.DivClassName
{
background-color: #D52F42;
}
.BgClassName
{
background-color: #D52F42;
}
</style>
border-color css
<style>
span { border-color: #D52F42; }
span { border-color: rgb(213,47,66); }
td.TdClassName
{
border-color: #D52F42;
}
.TagClassName
{
border-color: #D52F42;
}
</style>