Shades of Brick Red #D23542
Tints of Brick Red #D23542
RGB
CMYK
RGB Variations
Color information
#D23542 (or 0xD23542) is known color: Brick Red. HEX triplet: D2, 35 and 42. RGB value is (210,53,66). Sum of RGB (Red+Green+Blue) = 210+53+66=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D23542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23542 is #2DCABD. Grayscale: #656565. Windows color (decimal): -3001022 or 4339154. OLE color: 4339154.
HSL color Cylindrical-coordinate representation of color #D23542: hue angle of 355.03º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23542 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 66 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.18 |
| HSL | 355.03º | 0.64% | 0.52% | - |
| HSV(B) | 355.03º | 0.75% | 0.82% | - |
| XYZ | 28.83 | 16.64 | 6.85 | - |
| YUV | 101.43 | 108.01 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 66 | 0 | 0.75 | 0.69 | 0.18 | 355.03 | 0.64 | 0.52 |
| Hex | D2 | 35 | 42 | 0 | 4B | 45 | 12 | 163 | 40 | 34 |
| Octal | 322 | 65 | 102 | 0 | 113 | 105 | 22 | 543 | 100 | 64 |
| Binary | 11010010 | 110101 | 1000010 | 0 | 1001011 | 1000101 | 10010 | 101100011 | 1000000 | 110100 |
Color Harmonies of #D23542
Complementary color
Monochromatic Colors of #D23542
Black with #D23542
Text Example
Text Example
White with #D23542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23542; }
p { color: rgb(210,53,66); }
H1.HeaderClassName
{
color: #D23542;
}
.AnyTagClassName
{
color: #D23542;
}
</style>
background-color css
<style>
a { background-color: #D23542; }
a { background-color: rgb(210,53,66); }
div.DivClassName
{
background-color: #D23542;
}
.BgClassName
{
background-color: #D23542;
}
</style>
border-color css
<style>
span { border-color: #D23542; }
span { border-color: rgb(210,53,66); }
td.TdClassName
{
border-color: #D23542;
}
.TagClassName
{
border-color: #D23542;
}
</style>