Shades of Brick Red #D23442
Tints of Brick Red #D23442
RGB
CMYK
RGB Variations
Color information
#D23442 (or 0xD23442) is known color: Brick Red. HEX triplet: D2, 34 and 42. RGB value is (210,52,66). Sum of RGB (Red+Green+Blue) = 210+52+66=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D23442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23442 is #2DCBBD. Grayscale: #646464. Windows color (decimal): -3001278 or 4338898. OLE color: 4338898.
HSL color Cylindrical-coordinate representation of color #D23442: hue angle of 354.68º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23442 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 66 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.18 |
| HSL | 354.68º | 0.64% | 0.51% | - |
| HSV(B) | 354.68º | 0.75% | 0.82% | - |
| XYZ | 28.79 | 16.55 | 6.83 | - |
| YUV | 100.84 | 108.35 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 66 | 0 | 0.75 | 0.69 | 0.18 | 354.68 | 0.64 | 0.51 |
| Hex | D2 | 34 | 42 | 0 | 4B | 45 | 12 | 163 | 40 | 33 |
| Octal | 322 | 64 | 102 | 0 | 113 | 105 | 22 | 543 | 100 | 63 |
| Binary | 11010010 | 110100 | 1000010 | 0 | 1001011 | 1000101 | 10010 | 101100011 | 1000000 | 110011 |
Color Harmonies of #D23442
Complementary color
Monochromatic Colors of #D23442
Black with #D23442
Text Example
Text Example
White with #D23442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23442; }
p { color: rgb(210,52,66); }
H1.HeaderClassName
{
color: #D23442;
}
.AnyTagClassName
{
color: #D23442;
}
</style>
background-color css
<style>
a { background-color: #D23442; }
a { background-color: rgb(210,52,66); }
div.DivClassName
{
background-color: #D23442;
}
.BgClassName
{
background-color: #D23442;
}
</style>
border-color css
<style>
span { border-color: #D23442; }
span { border-color: rgb(210,52,66); }
td.TdClassName
{
border-color: #D23442;
}
.TagClassName
{
border-color: #D23442;
}
</style>