Shades of Brick Red #D13649
Tints of Brick Red #D13649
RGB
CMYK
RGB Variations
Color information
#D13649 (or 0xD13649) is known color: Brick Red. HEX triplet: D1, 36 and 49. RGB value is (209,54,73). Sum of RGB (Red+Green+Blue) = 209+54+73=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D13649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13649 is #2EC9B6. Grayscale: #666666. Windows color (decimal): -3066295 or 4798161. OLE color: 4798161.
HSL color Cylindrical-coordinate representation of color #D13649: hue angle of 352.65º 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 #D13649 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 73 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.18 |
| HSL | 352.65º | 0.63% | 0.52% | - |
| HSV(B) | 352.65º | 0.74% | 0.82% | - |
| XYZ | 28.82 | 16.67 | 8 | - |
| YUV | 102.51 | 111.35 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 73 | 0 | 0.74 | 0.65 | 0.18 | 352.65 | 0.63 | 0.52 |
| Hex | D1 | 36 | 49 | 0 | 4A | 41 | 12 | 161 | 3F | 34 |
| Octal | 321 | 66 | 111 | 0 | 112 | 101 | 22 | 541 | 77 | 64 |
| Binary | 11010001 | 110110 | 1001001 | 0 | 1001010 | 1000001 | 10010 | 101100001 | 111111 | 110100 |
Color Harmonies of #D13649
Complementary color
Monochromatic Colors of #D13649
Black with #D13649
Text Example
Text Example
White with #D13649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13649; }
p { color: rgb(209,54,73); }
H1.HeaderClassName
{
color: #D13649;
}
.AnyTagClassName
{
color: #D13649;
}
</style>
background-color css
<style>
a { background-color: #D13649; }
a { background-color: rgb(209,54,73); }
div.DivClassName
{
background-color: #D13649;
}
.BgClassName
{
background-color: #D13649;
}
</style>
border-color css
<style>
span { border-color: #D13649; }
span { border-color: rgb(209,54,73); }
td.TdClassName
{
border-color: #D13649;
}
.TagClassName
{
border-color: #D13649;
}
</style>