Shades of Brick Red #D23646
Tints of Brick Red #D23646
RGB
CMYK
RGB Variations
Color information
#D23646 (or 0xD23646) is known color: Brick Red. HEX triplet: D2, 36 and 46. RGB value is (210,54,70). Sum of RGB (Red+Green+Blue) = 210+54+70=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D23646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23646 is #2DC9B9. Grayscale: #666666. Windows color (decimal): -3000762 or 4601554. OLE color: 4601554.
HSL color Cylindrical-coordinate representation of color #D23646: hue angle of 353.85º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23646 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 70 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.18 |
| HSL | 353.85º | 0.63% | 0.52% | - |
| HSV(B) | 353.85º | 0.74% | 0.82% | - |
| XYZ | 29 | 16.78 | 7.51 | - |
| YUV | 102.47 | 109.68 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 70 | 0 | 0.74 | 0.67 | 0.18 | 353.85 | 0.63 | 0.52 |
| Hex | D2 | 36 | 46 | 0 | 4A | 43 | 12 | 162 | 3F | 34 |
| Octal | 322 | 66 | 106 | 0 | 112 | 103 | 22 | 542 | 77 | 64 |
| Binary | 11010010 | 110110 | 1000110 | 0 | 1001010 | 1000011 | 10010 | 101100010 | 111111 | 110100 |
Color Harmonies of #D23646
Complementary color
Monochromatic Colors of #D23646
Black with #D23646
Text Example
Text Example
White with #D23646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23646; }
p { color: rgb(210,54,70); }
H1.HeaderClassName
{
color: #D23646;
}
.AnyTagClassName
{
color: #D23646;
}
</style>
background-color css
<style>
a { background-color: #D23646; }
a { background-color: rgb(210,54,70); }
div.DivClassName
{
background-color: #D23646;
}
.BgClassName
{
background-color: #D23646;
}
</style>
border-color css
<style>
span { border-color: #D23646; }
span { border-color: rgb(210,54,70); }
td.TdClassName
{
border-color: #D23646;
}
.TagClassName
{
border-color: #D23646;
}
</style>