Shades of Brick Red #D13442
Tints of Brick Red #D13442
RGB
CMYK
RGB Variations
Color information
#D13442 (or 0xD13442) is known color: Brick Red. HEX triplet: D1, 34 and 42. RGB value is (209,52,66). Sum of RGB (Red+Green+Blue) = 209+52+66=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D13442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13442 is #2ECBBD. Grayscale: #646464. Windows color (decimal): -3066814 or 4338897. OLE color: 4338897.
HSL color Cylindrical-coordinate representation of color #D13442: hue angle of 354.65º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13442 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 66 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.18 |
| HSL | 354.65º | 0.63% | 0.51% | - |
| HSV(B) | 354.65º | 0.75% | 0.82% | - |
| XYZ | 28.51 | 16.4 | 6.82 | - |
| YUV | 100.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 66 | 0 | 0.75 | 0.68 | 0.18 | 354.65 | 0.63 | 0.51 |
| Hex | D1 | 34 | 42 | 0 | 4B | 44 | 12 | 163 | 3F | 33 |
| Octal | 321 | 64 | 102 | 0 | 113 | 104 | 22 | 543 | 77 | 63 |
| Binary | 11010001 | 110100 | 1000010 | 0 | 1001011 | 1000100 | 10010 | 101100011 | 111111 | 110011 |
Color Harmonies of #D13442
Complementary color
Monochromatic Colors of #D13442
Black with #D13442
Text Example
Text Example
White with #D13442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13442; }
p { color: rgb(209,52,66); }
H1.HeaderClassName
{
color: #D13442;
}
.AnyTagClassName
{
color: #D13442;
}
</style>
background-color css
<style>
a { background-color: #D13442; }
a { background-color: rgb(209,52,66); }
div.DivClassName
{
background-color: #D13442;
}
.BgClassName
{
background-color: #D13442;
}
</style>
border-color css
<style>
span { border-color: #D13442; }
span { border-color: rgb(209,52,66); }
td.TdClassName
{
border-color: #D13442;
}
.TagClassName
{
border-color: #D13442;
}
</style>