Shades of Brick Red #D23041
Tints of Brick Red #D23041
RGB
CMYK
RGB Variations
Color information
#D23041 (or 0xD23041) is known color: Brick Red. HEX triplet: D2, 30 and 41. RGB value is (210,48,65). Sum of RGB (Red+Green+Blue) = 210+48+65=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D23041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23041 is #2DCFBE. Grayscale: #626262. Windows color (decimal): -3002303 or 4272338. OLE color: 4272338.
HSL color Cylindrical-coordinate representation of color #D23041: hue angle of 353.7º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23041 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 65 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.18 |
| HSL | 353.7º | 0.64% | 0.51% | - |
| HSV(B) | 353.7º | 0.77% | 0.82% | - |
| XYZ | 28.59 | 16.2 | 6.62 | - |
| YUV | 98.38 | 109.17 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 65 | 0 | 0.77 | 0.69 | 0.18 | 353.7 | 0.64 | 0.51 |
| Hex | D2 | 30 | 41 | 0 | 4D | 45 | 12 | 162 | 40 | 33 |
| Octal | 322 | 60 | 101 | 0 | 115 | 105 | 22 | 542 | 100 | 63 |
| Binary | 11010010 | 110000 | 1000001 | 0 | 1001101 | 1000101 | 10010 | 101100010 | 1000000 | 110011 |
Color Harmonies of #D23041
Complementary color
Monochromatic Colors of #D23041
Black with #D23041
Text Example
Text Example
White with #D23041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23041; }
p { color: rgb(210,48,65); }
H1.HeaderClassName
{
color: #D23041;
}
.AnyTagClassName
{
color: #D23041;
}
</style>
background-color css
<style>
a { background-color: #D23041; }
a { background-color: rgb(210,48,65); }
div.DivClassName
{
background-color: #D23041;
}
.BgClassName
{
background-color: #D23041;
}
</style>
border-color css
<style>
span { border-color: #D23041; }
span { border-color: rgb(210,48,65); }
td.TdClassName
{
border-color: #D23041;
}
.TagClassName
{
border-color: #D23041;
}
</style>