Shades of Brick Red #D23645
Tints of Brick Red #D23645
RGB
CMYK
RGB Variations
Color information
#D23645 (or 0xD23645) is known color: Brick Red. HEX triplet: D2, 36 and 45. RGB value is (210,54,69). Sum of RGB (Red+Green+Blue) = 210+54+69=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D23645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23645 is #2DC9BA. Grayscale: #666666. Windows color (decimal): -3000763 or 4536018. OLE color: 4536018.
HSL color Cylindrical-coordinate representation of color #D23645: hue angle of 354.23º 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 #D23645 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 69 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.18 |
| HSL | 354.23º | 0.63% | 0.52% | - |
| HSV(B) | 354.23º | 0.74% | 0.82% | - |
| XYZ | 28.97 | 16.77 | 7.34 | - |
| YUV | 102.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 69 | 0 | 0.74 | 0.67 | 0.18 | 354.23 | 0.63 | 0.52 |
| Hex | D2 | 36 | 45 | 0 | 4A | 43 | 12 | 162 | 3F | 34 |
| Octal | 322 | 66 | 105 | 0 | 112 | 103 | 22 | 542 | 77 | 64 |
| Binary | 11010010 | 110110 | 1000101 | 0 | 1001010 | 1000011 | 10010 | 101100010 | 111111 | 110100 |
Color Harmonies of #D23645
Complementary color
Monochromatic Colors of #D23645
Black with #D23645
Text Example
Text Example
White with #D23645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23645; }
p { color: rgb(210,54,69); }
H1.HeaderClassName
{
color: #D23645;
}
.AnyTagClassName
{
color: #D23645;
}
</style>
background-color css
<style>
a { background-color: #D23645; }
a { background-color: rgb(210,54,69); }
div.DivClassName
{
background-color: #D23645;
}
.BgClassName
{
background-color: #D23645;
}
</style>
border-color css
<style>
span { border-color: #D23645; }
span { border-color: rgb(210,54,69); }
td.TdClassName
{
border-color: #D23645;
}
.TagClassName
{
border-color: #D23645;
}
</style>