Shades of Brick Red #D13241
Tints of Brick Red #D13241
RGB
CMYK
RGB Variations
Color information
#D13241 (or 0xD13241) is known color: Brick Red. HEX triplet: D1, 32 and 41. RGB value is (209,50,65). Sum of RGB (Red+Green+Blue) = 209+50+65=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D13241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13241 is #2ECDBE. Grayscale: #636363. Windows color (decimal): -3067327 or 4272849. OLE color: 4272849.
HSL color Cylindrical-coordinate representation of color #D13241: hue angle of 354.34º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13241 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 65 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.18 |
| HSL | 354.34º | 0.63% | 0.51% | - |
| HSV(B) | 354.34º | 0.76% | 0.82% | - |
| XYZ | 28.39 | 16.22 | 6.64 | - |
| YUV | 99.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 65 | 0 | 0.76 | 0.69 | 0.18 | 354.34 | 0.63 | 0.51 |
| Hex | D1 | 32 | 41 | 0 | 4C | 45 | 12 | 162 | 3F | 33 |
| Octal | 321 | 62 | 101 | 0 | 114 | 105 | 22 | 542 | 77 | 63 |
| Binary | 11010001 | 110010 | 1000001 | 0 | 1001100 | 1000101 | 10010 | 101100010 | 111111 | 110011 |
Color Harmonies of #D13241
Complementary color
Monochromatic Colors of #D13241
Black with #D13241
Text Example
Text Example
White with #D13241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13241; }
p { color: rgb(209,50,65); }
H1.HeaderClassName
{
color: #D13241;
}
.AnyTagClassName
{
color: #D13241;
}
</style>
background-color css
<style>
a { background-color: #D13241; }
a { background-color: rgb(209,50,65); }
div.DivClassName
{
background-color: #D13241;
}
.BgClassName
{
background-color: #D13241;
}
</style>
border-color css
<style>
span { border-color: #D13241; }
span { border-color: rgb(209,50,65); }
td.TdClassName
{
border-color: #D13241;
}
.TagClassName
{
border-color: #D13241;
}
</style>