Shades of Brick Red #D23649
Tints of Brick Red #D23649
RGB
CMYK
RGB Variations
Color information
#D23649 (or 0xD23649) is known color: Brick Red. HEX triplet: D2, 36 and 49. RGB value is (210,54,73). Sum of RGB (Red+Green+Blue) = 210+54+73=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D23649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23649 is #2DC9B6. Grayscale: #666666. Windows color (decimal): -3000759 or 4798162. OLE color: 4798162.
HSL color Cylindrical-coordinate representation of color #D23649: hue angle of 352.69º 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 #D23649 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 73 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.18 |
| HSL | 352.69º | 0.63% | 0.52% | - |
| HSV(B) | 352.69º | 0.74% | 0.82% | - |
| XYZ | 29.1 | 16.82 | 8.02 | - |
| YUV | 102.81 | 111.18 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 73 | 0 | 0.74 | 0.65 | 0.18 | 352.69 | 0.63 | 0.52 |
| Hex | D2 | 36 | 49 | 0 | 4A | 41 | 12 | 161 | 3F | 34 |
| Octal | 322 | 66 | 111 | 0 | 112 | 101 | 22 | 541 | 77 | 64 |
| Binary | 11010010 | 110110 | 1001001 | 0 | 1001010 | 1000001 | 10010 | 101100001 | 111111 | 110100 |
Color Harmonies of #D23649
Complementary color
Monochromatic Colors of #D23649
Black with #D23649
Text Example
Text Example
White with #D23649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23649; }
p { color: rgb(210,54,73); }
H1.HeaderClassName
{
color: #D23649;
}
.AnyTagClassName
{
color: #D23649;
}
</style>
background-color css
<style>
a { background-color: #D23649; }
a { background-color: rgb(210,54,73); }
div.DivClassName
{
background-color: #D23649;
}
.BgClassName
{
background-color: #D23649;
}
</style>
border-color css
<style>
span { border-color: #D23649; }
span { border-color: rgb(210,54,73); }
td.TdClassName
{
border-color: #D23649;
}
.TagClassName
{
border-color: #D23649;
}
</style>