Shades of Brick Red #D12843
Tints of Brick Red #D12843
RGB
CMYK
RGB Variations
Color information
#D12843 (or 0xD12843) is known color: Brick Red. HEX triplet: D1, 28 and 43. RGB value is (209,40,67). Sum of RGB (Red+Green+Blue) = 209+40+67=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D12843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12843 is #2ED7BC. Grayscale: #5D5D5D. Windows color (decimal): -3069885 or 4401361. OLE color: 4401361.
HSL color Cylindrical-coordinate representation of color #D12843: hue angle of 350.41º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12843 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 67 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.18 |
| HSL | 350.41º | 0.68% | 0.49% | - |
| HSV(B) | 350.41º | 0.81% | 0.82% | - |
| XYZ | 28.07 | 15.48 | 6.82 | - |
| YUV | 93.61 | 112.99 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 67 | 0 | 0.81 | 0.68 | 0.18 | 350.41 | 0.68 | 0.49 |
| Hex | D1 | 28 | 43 | 0 | 51 | 44 | 12 | 15E | 44 | 31 |
| Octal | 321 | 50 | 103 | 0 | 121 | 104 | 22 | 536 | 104 | 61 |
| Binary | 11010001 | 101000 | 1000011 | 0 | 1010001 | 1000100 | 10010 | 101011110 | 1000100 | 110001 |
Color Harmonies of #D12843
Complementary color
Monochromatic Colors of #D12843
Black with #D12843
Text Example
Text Example
White with #D12843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12843; }
p { color: rgb(209,40,67); }
H1.HeaderClassName
{
color: #D12843;
}
.AnyTagClassName
{
color: #D12843;
}
</style>
background-color css
<style>
a { background-color: #D12843; }
a { background-color: rgb(209,40,67); }
div.DivClassName
{
background-color: #D12843;
}
.BgClassName
{
background-color: #D12843;
}
</style>
border-color css
<style>
span { border-color: #D12843; }
span { border-color: rgb(209,40,67); }
td.TdClassName
{
border-color: #D12843;
}
.TagClassName
{
border-color: #D12843;
}
</style>