Shades of Brick Red #D23944
Tints of Brick Red #D23944
RGB
CMYK
RGB Variations
Color information
#D23944 (or 0xD23944) is known color: Brick Red. HEX triplet: D2, 39 and 44. RGB value is (210,57,68). Sum of RGB (Red+Green+Blue) = 210+57+68=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D23944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23944 is #2DC6BB. Grayscale: #686868. Windows color (decimal): -2999996 or 4471250. OLE color: 4471250.
HSL color Cylindrical-coordinate representation of color #D23944: hue angle of 355.69º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23944 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 68 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.18 |
| HSL | 355.69º | 0.63% | 0.52% | - |
| HSV(B) | 355.69º | 0.73% | 0.82% | - |
| XYZ | 29.08 | 17.05 | 7.23 | - |
| YUV | 104 | 107.69 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 68 | 0 | 0.73 | 0.68 | 0.18 | 355.69 | 0.63 | 0.52 |
| Hex | D2 | 39 | 44 | 0 | 49 | 44 | 12 | 164 | 3F | 34 |
| Octal | 322 | 71 | 104 | 0 | 111 | 104 | 22 | 544 | 77 | 64 |
| Binary | 11010010 | 111001 | 1000100 | 0 | 1001001 | 1000100 | 10010 | 101100100 | 111111 | 110100 |
Color Harmonies of #D23944
Complementary color
Monochromatic Colors of #D23944
Black with #D23944
Text Example
Text Example
White with #D23944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23944; }
p { color: rgb(210,57,68); }
H1.HeaderClassName
{
color: #D23944;
}
.AnyTagClassName
{
color: #D23944;
}
</style>
background-color css
<style>
a { background-color: #D23944; }
a { background-color: rgb(210,57,68); }
div.DivClassName
{
background-color: #D23944;
}
.BgClassName
{
background-color: #D23944;
}
</style>
border-color css
<style>
span { border-color: #D23944; }
span { border-color: rgb(210,57,68); }
td.TdClassName
{
border-color: #D23944;
}
.TagClassName
{
border-color: #D23944;
}
</style>