Shades of Brick Red #D4243F
Tints of Brick Red #D4243F
RGB
CMYK
RGB Variations
Color information
#D4243F (or 0xD4243F) is known color: Brick Red. HEX triplet: D4, 24 and 3F. RGB value is (212,36,63). Sum of RGB (Red+Green+Blue) = 212+36+63=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4243F is #2BDBC0. Grayscale: #5B5B5B. Windows color (decimal): -2874305 or 4138196. OLE color: 4138196.
HSL color Cylindrical-coordinate representation of color #D4243F: hue angle of 350.8º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4243F is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 63 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.17 |
| HSL | 350.8º | 0.71% | 0.49% | - |
| HSV(B) | 350.8º | 0.83% | 0.83% | - |
| XYZ | 28.68 | 15.62 | 6.21 | - |
| YUV | 91.7 | 111.81 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 63 | 0 | 0.83 | 0.70 | 0.17 | 350.8 | 0.71 | 0.49 |
| Hex | D4 | 24 | 3F | 0 | 53 | 46 | 11 | 15F | 47 | 31 |
| Octal | 324 | 44 | 77 | 0 | 123 | 106 | 21 | 537 | 107 | 61 |
| Binary | 11010100 | 100100 | 111111 | 0 | 1010011 | 1000110 | 10001 | 101011111 | 1000111 | 110001 |
Color Harmonies of #D4243F
Complementary color
Monochromatic Colors of #D4243F
Black with #D4243F
Text Example
Text Example
White with #D4243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4243F; }
p { color: rgb(212,36,63); }
H1.HeaderClassName
{
color: #D4243F;
}
.AnyTagClassName
{
color: #D4243F;
}
</style>
background-color css
<style>
a { background-color: #D4243F; }
a { background-color: rgb(212,36,63); }
div.DivClassName
{
background-color: #D4243F;
}
.BgClassName
{
background-color: #D4243F;
}
</style>
border-color css
<style>
span { border-color: #D4243F; }
span { border-color: rgb(212,36,63); }
td.TdClassName
{
border-color: #D4243F;
}
.TagClassName
{
border-color: #D4243F;
}
</style>