Shades of Brick Red #D52A44
Tints of Brick Red #D52A44
RGB
CMYK
RGB Variations
Color information
#D52A44 (or 0xD52A44) is known color: Brick Red. HEX triplet: D5, 2A and 44. RGB value is (213,42,68). Sum of RGB (Red+Green+Blue) = 213+42+68=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52A44 is #2AD5BB. Grayscale: #606060. Windows color (decimal): -2807228 or 4467413. OLE color: 4467413.
HSL color Cylindrical-coordinate representation of color #D52A44: hue angle of 350.88º 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 #D52A44 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 42 | 68 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.16 |
| HSL | 350.88º | 0.67% | 0.5% | - |
| HSV(B) | 350.88º | 0.8% | 0.84% | - |
| XYZ | 29.31 | 16.22 | 7.05 | - |
| YUV | 96.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 68 | 0 | 0.80 | 0.68 | 0.16 | 350.88 | 0.67 | 0.5 |
| Hex | D5 | 2A | 44 | 0 | 50 | 44 | 10 | 15F | 43 | 32 |
| Octal | 325 | 52 | 104 | 0 | 120 | 104 | 20 | 537 | 103 | 62 |
| Binary | 11010101 | 101010 | 1000100 | 0 | 1010000 | 1000100 | 10000 | 101011111 | 1000011 | 110010 |
Color Harmonies of #D52A44
Complementary color
Monochromatic Colors of #D52A44
Black with #D52A44
Text Example
Text Example
White with #D52A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52A44; }
p { color: rgb(213,42,68); }
H1.HeaderClassName
{
color: #D52A44;
}
.AnyTagClassName
{
color: #D52A44;
}
</style>
background-color css
<style>
a { background-color: #D52A44; }
a { background-color: rgb(213,42,68); }
div.DivClassName
{
background-color: #D52A44;
}
.BgClassName
{
background-color: #D52A44;
}
</style>
border-color css
<style>
span { border-color: #D52A44; }
span { border-color: rgb(213,42,68); }
td.TdClassName
{
border-color: #D52A44;
}
.TagClassName
{
border-color: #D52A44;
}
</style>