Shades of Brick Red #D3243F
Tints of Brick Red #D3243F
RGB
CMYK
RGB Variations
Color information
#D3243F (or 0xD3243F) is known color: Brick Red. HEX triplet: D3, 24 and 3F. RGB value is (211,36,63). Sum of RGB (Red+Green+Blue) = 211+36+63=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3243F is #2CDBC0. Grayscale: #5B5B5B. Windows color (decimal): -2939841 or 4138195. OLE color: 4138195.
HSL color Cylindrical-coordinate representation of color #D3243F: hue angle of 350.74º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3243F is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 63 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.17 |
| HSL | 350.74º | 0.71% | 0.48% | - |
| HSV(B) | 350.74º | 0.83% | 0.83% | - |
| XYZ | 28.39 | 15.47 | 6.19 | - |
| YUV | 91.4 | 111.98 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 63 | 0 | 0.83 | 0.70 | 0.17 | 350.74 | 0.71 | 0.48 |
| Hex | D3 | 24 | 3F | 0 | 53 | 46 | 11 | 15F | 47 | 30 |
| Octal | 323 | 44 | 77 | 0 | 123 | 106 | 21 | 537 | 107 | 60 |
| Binary | 11010011 | 100100 | 111111 | 0 | 1010011 | 1000110 | 10001 | 101011111 | 1000111 | 110000 |
Color Harmonies of #D3243F
Complementary color
Monochromatic Colors of #D3243F
Black with #D3243F
Text Example
Text Example
White with #D3243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3243F; }
p { color: rgb(211,36,63); }
H1.HeaderClassName
{
color: #D3243F;
}
.AnyTagClassName
{
color: #D3243F;
}
</style>
background-color css
<style>
a { background-color: #D3243F; }
a { background-color: rgb(211,36,63); }
div.DivClassName
{
background-color: #D3243F;
}
.BgClassName
{
background-color: #D3243F;
}
</style>
border-color css
<style>
span { border-color: #D3243F; }
span { border-color: rgb(211,36,63); }
td.TdClassName
{
border-color: #D3243F;
}
.TagClassName
{
border-color: #D3243F;
}
</style>