Shades of Brick Red #D13648
Tints of Brick Red #D13648
RGB
CMYK
RGB Variations
Color information
#D13648 (or 0xD13648) is known color: Brick Red. HEX triplet: D1, 36 and 48. RGB value is (209,54,72). Sum of RGB (Red+Green+Blue) = 209+54+72=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D13648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13648 is #2EC9B7. Grayscale: #666666. Windows color (decimal): -3066296 or 4732625. OLE color: 4732625.
HSL color Cylindrical-coordinate representation of color #D13648: hue angle of 353.03º 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 #D13648 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 72 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.18 |
| HSL | 353.03º | 0.63% | 0.52% | - |
| HSV(B) | 353.03º | 0.74% | 0.82% | - |
| XYZ | 28.78 | 16.66 | 7.83 | - |
| YUV | 102.4 | 110.85 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 72 | 0 | 0.74 | 0.66 | 0.18 | 353.03 | 0.63 | 0.52 |
| Hex | D1 | 36 | 48 | 0 | 4A | 42 | 12 | 161 | 3F | 34 |
| Octal | 321 | 66 | 110 | 0 | 112 | 102 | 22 | 541 | 77 | 64 |
| Binary | 11010001 | 110110 | 1001000 | 0 | 1001010 | 1000010 | 10010 | 101100001 | 111111 | 110100 |
Color Harmonies of #D13648
Complementary color
Monochromatic Colors of #D13648
Black with #D13648
Text Example
Text Example
White with #D13648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13648; }
p { color: rgb(209,54,72); }
H1.HeaderClassName
{
color: #D13648;
}
.AnyTagClassName
{
color: #D13648;
}
</style>
background-color css
<style>
a { background-color: #D13648; }
a { background-color: rgb(209,54,72); }
div.DivClassName
{
background-color: #D13648;
}
.BgClassName
{
background-color: #D13648;
}
</style>
border-color css
<style>
span { border-color: #D13648; }
span { border-color: rgb(209,54,72); }
td.TdClassName
{
border-color: #D13648;
}
.TagClassName
{
border-color: #D13648;
}
</style>