Shades of Brick Red #CE243F
Tints of Brick Red #CE243F
RGB
CMYK
RGB Variations
Color information
#CE243F (or 0xCE243F) is known color: Brick Red. HEX triplet: CE, 24 and 3F. RGB value is (206,36,63). Sum of RGB (Red+Green+Blue) = 206+36+63=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE243F is #31DBC0. Grayscale: #595959. Windows color (decimal): -3267521 or 4138190. OLE color: 4138190.
HSL color Cylindrical-coordinate representation of color #CE243F: hue angle of 350.47º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE243F is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 63 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.19 |
| HSL | 350.47º | 0.7% | 0.47% | - |
| HSV(B) | 350.47º | 0.83% | 0.81% | - |
| XYZ | 26.98 | 14.74 | 6.13 | - |
| YUV | 89.91 | 112.82 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 63 | 0 | 0.83 | 0.69 | 0.19 | 350.47 | 0.7 | 0.47 |
| Hex | CE | 24 | 3F | 0 | 53 | 45 | 13 | 15E | 46 | 2F |
| Octal | 316 | 44 | 77 | 0 | 123 | 105 | 23 | 536 | 106 | 57 |
| Binary | 11001110 | 100100 | 111111 | 0 | 1010011 | 1000101 | 10011 | 101011110 | 1000110 | 101111 |
Color Harmonies of #CE243F
Complementary color
Monochromatic Colors of #CE243F
Black with #CE243F
Text Example
Text Example
White with #CE243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE243F; }
p { color: rgb(206,36,63); }
H1.HeaderClassName
{
color: #CE243F;
}
.AnyTagClassName
{
color: #CE243F;
}
</style>
background-color css
<style>
a { background-color: #CE243F; }
a { background-color: rgb(206,36,63); }
div.DivClassName
{
background-color: #CE243F;
}
.BgClassName
{
background-color: #CE243F;
}
</style>
border-color css
<style>
span { border-color: #CE243F; }
span { border-color: rgb(206,36,63); }
td.TdClassName
{
border-color: #CE243F;
}
.TagClassName
{
border-color: #CE243F;
}
</style>