Shades of Brick Red #D23848
Tints of Brick Red #D23848
RGB
CMYK
RGB Variations
Color information
#D23848 (or 0xD23848) is known color: Brick Red. HEX triplet: D2, 38 and 48. RGB value is (210,56,72). Sum of RGB (Red+Green+Blue) = 210+56+72=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D23848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23848 is #2DC7B7. Grayscale: #676767. Windows color (decimal): -3000248 or 4733138. OLE color: 4733138.
HSL color Cylindrical-coordinate representation of color #D23848: hue angle of 353.77º 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 #D23848 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 72 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.18 |
| HSL | 353.77º | 0.63% | 0.52% | - |
| HSV(B) | 353.77º | 0.73% | 0.82% | - |
| XYZ | 29.16 | 17 | 7.87 | - |
| YUV | 103.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 72 | 0 | 0.73 | 0.66 | 0.18 | 353.77 | 0.63 | 0.52 |
| Hex | D2 | 38 | 48 | 0 | 49 | 42 | 12 | 162 | 3F | 34 |
| Octal | 322 | 70 | 110 | 0 | 111 | 102 | 22 | 542 | 77 | 64 |
| Binary | 11010010 | 111000 | 1001000 | 0 | 1001001 | 1000010 | 10010 | 101100010 | 111111 | 110100 |
Color Harmonies of #D23848
Complementary color
Monochromatic Colors of #D23848
Black with #D23848
Text Example
Text Example
White with #D23848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23848; }
p { color: rgb(210,56,72); }
H1.HeaderClassName
{
color: #D23848;
}
.AnyTagClassName
{
color: #D23848;
}
</style>
background-color css
<style>
a { background-color: #D23848; }
a { background-color: rgb(210,56,72); }
div.DivClassName
{
background-color: #D23848;
}
.BgClassName
{
background-color: #D23848;
}
</style>
border-color css
<style>
span { border-color: #D23848; }
span { border-color: rgb(210,56,72); }
td.TdClassName
{
border-color: #D23848;
}
.TagClassName
{
border-color: #D23848;
}
</style>