Shades of Brick Red #D12441
Tints of Brick Red #D12441
RGB
CMYK
RGB Variations
Color information
#D12441 (or 0xD12441) is known color: Brick Red. HEX triplet: D1, 24 and 41. RGB value is (209,36,65). Sum of RGB (Red+Green+Blue) = 209+36+65=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D12441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12441 is #2EDBBE. Grayscale: #5B5B5B. Windows color (decimal): -3070911 or 4269265. OLE color: 4269265.
HSL color Cylindrical-coordinate representation of color #D12441: hue angle of 349.94º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12441 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 65 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.18 |
| HSL | 349.94º | 0.71% | 0.48% | - |
| HSV(B) | 349.94º | 0.83% | 0.82% | - |
| XYZ | 27.88 | 15.2 | 6.47 | - |
| YUV | 91.03 | 113.31 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 65 | 0 | 0.83 | 0.69 | 0.18 | 349.94 | 0.71 | 0.48 |
| Hex | D1 | 24 | 41 | 0 | 53 | 45 | 12 | 15E | 47 | 30 |
| Octal | 321 | 44 | 101 | 0 | 123 | 105 | 22 | 536 | 107 | 60 |
| Binary | 11010001 | 100100 | 1000001 | 0 | 1010011 | 1000101 | 10010 | 101011110 | 1000111 | 110000 |
Color Harmonies of #D12441
Complementary color
Monochromatic Colors of #D12441
Black with #D12441
Text Example
Text Example
White with #D12441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12441; }
p { color: rgb(209,36,65); }
H1.HeaderClassName
{
color: #D12441;
}
.AnyTagClassName
{
color: #D12441;
}
</style>
background-color css
<style>
a { background-color: #D12441; }
a { background-color: rgb(209,36,65); }
div.DivClassName
{
background-color: #D12441;
}
.BgClassName
{
background-color: #D12441;
}
</style>
border-color css
<style>
span { border-color: #D12441; }
span { border-color: rgb(209,36,65); }
td.TdClassName
{
border-color: #D12441;
}
.TagClassName
{
border-color: #D12441;
}
</style>