Shades of Brick Red #D52B43
Tints of Brick Red #D52B43
RGB
CMYK
RGB Variations
Color information
#D52B43 (or 0xD52B43) is known color: Brick Red. HEX triplet: D5, 2B and 43. RGB value is (213,43,67). Sum of RGB (Red+Green+Blue) = 213+43+67=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52B43 is #2AD4BC. Grayscale: #606060. Windows color (decimal): -2806973 or 4402133. OLE color: 4402133.
HSL color Cylindrical-coordinate representation of color #D52B43: hue angle of 351.53º 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 #D52B43 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 67 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.16 |
| HSL | 351.53º | 0.67% | 0.5% | - |
| HSV(B) | 351.53º | 0.8% | 0.84% | - |
| XYZ | 29.32 | 16.28 | 6.91 | - |
| YUV | 96.57 | 111.32 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 67 | 0 | 0.80 | 0.69 | 0.16 | 351.53 | 0.67 | 0.5 |
| Hex | D5 | 2B | 43 | 0 | 50 | 45 | 10 | 160 | 43 | 32 |
| Octal | 325 | 53 | 103 | 0 | 120 | 105 | 20 | 540 | 103 | 62 |
| Binary | 11010101 | 101011 | 1000011 | 0 | 1010000 | 1000101 | 10000 | 101100000 | 1000011 | 110010 |
Color Harmonies of #D52B43
Complementary color
Monochromatic Colors of #D52B43
Black with #D52B43
Text Example
Text Example
White with #D52B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52B43; }
p { color: rgb(213,43,67); }
H1.HeaderClassName
{
color: #D52B43;
}
.AnyTagClassName
{
color: #D52B43;
}
</style>
background-color css
<style>
a { background-color: #D52B43; }
a { background-color: rgb(213,43,67); }
div.DivClassName
{
background-color: #D52B43;
}
.BgClassName
{
background-color: #D52B43;
}
</style>
border-color css
<style>
span { border-color: #D52B43; }
span { border-color: rgb(213,43,67); }
td.TdClassName
{
border-color: #D52B43;
}
.TagClassName
{
border-color: #D52B43;
}
</style>