Shades of Brick Red #D52641
Tints of Brick Red #D52641
RGB
CMYK
RGB Variations
Color information
#D52641 (or 0xD52641) is known color: Brick Red. HEX triplet: D5, 26 and 41. RGB value is (213,38,65). Sum of RGB (Red+Green+Blue) = 213+38+65=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D52641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52641 is #2AD9BE. Grayscale: #5D5D5D. Windows color (decimal): -2808255 or 4269781. OLE color: 4269781.
HSL color Cylindrical-coordinate representation of color #D52641: hue angle of 350.74º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52641 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 65 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.16 |
| HSL | 350.74º | 0.7% | 0.49% | - |
| HSV(B) | 350.74º | 0.82% | 0.84% | - |
| XYZ | 29.09 | 15.91 | 6.54 | - |
| YUV | 93.4 | 111.98 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 65 | 0 | 0.82 | 0.69 | 0.16 | 350.74 | 0.7 | 0.49 |
| Hex | D5 | 26 | 41 | 0 | 52 | 45 | 10 | 15F | 46 | 31 |
| Octal | 325 | 46 | 101 | 0 | 122 | 105 | 20 | 537 | 106 | 61 |
| Binary | 11010101 | 100110 | 1000001 | 0 | 1010010 | 1000101 | 10000 | 101011111 | 1000110 | 110001 |
Color Harmonies of #D52641
Complementary color
Monochromatic Colors of #D52641
Black with #D52641
Text Example
Text Example
White with #D52641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52641; }
p { color: rgb(213,38,65); }
H1.HeaderClassName
{
color: #D52641;
}
.AnyTagClassName
{
color: #D52641;
}
</style>
background-color css
<style>
a { background-color: #D52641; }
a { background-color: rgb(213,38,65); }
div.DivClassName
{
background-color: #D52641;
}
.BgClassName
{
background-color: #D52641;
}
</style>
border-color css
<style>
span { border-color: #D52641; }
span { border-color: rgb(213,38,65); }
td.TdClassName
{
border-color: #D52641;
}
.TagClassName
{
border-color: #D52641;
}
</style>