Shades of Brick Red #CE273A
Tints of Brick Red #CE273A
RGB
CMYK
RGB Variations
Color information
#CE273A (or 0xCE273A) is known color: Brick Red. HEX triplet: CE, 27 and 3A. RGB value is (206,39,58). Sum of RGB (Red+Green+Blue) = 206+39+58=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE273A is #31D8C5. Grayscale: #5B5B5B. Windows color (decimal): -3266758 or 3811278. OLE color: 3811278.
HSL color Cylindrical-coordinate representation of color #CE273A: hue angle of 353.17º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE273A is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 58 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.19 |
| HSL | 353.17º | 0.68% | 0.48% | - |
| HSV(B) | 353.17º | 0.81% | 0.81% | - |
| XYZ | 26.94 | 14.88 | 5.45 | - |
| YUV | 91.1 | 109.33 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 58 | 0 | 0.81 | 0.72 | 0.19 | 353.17 | 0.68 | 0.48 |
| Hex | CE | 27 | 3A | 0 | 51 | 48 | 13 | 161 | 44 | 30 |
| Octal | 316 | 47 | 72 | 0 | 121 | 110 | 23 | 541 | 104 | 60 |
| Binary | 11001110 | 100111 | 111010 | 0 | 1010001 | 1001000 | 10011 | 101100001 | 1000100 | 110000 |
Color Harmonies of #CE273A
Complementary color
Monochromatic Colors of #CE273A
Black with #CE273A
Text Example
Text Example
White with #CE273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE273A; }
p { color: rgb(206,39,58); }
H1.HeaderClassName
{
color: #CE273A;
}
.AnyTagClassName
{
color: #CE273A;
}
</style>
background-color css
<style>
a { background-color: #CE273A; }
a { background-color: rgb(206,39,58); }
div.DivClassName
{
background-color: #CE273A;
}
.BgClassName
{
background-color: #CE273A;
}
</style>
border-color css
<style>
span { border-color: #CE273A; }
span { border-color: rgb(206,39,58); }
td.TdClassName
{
border-color: #CE273A;
}
.TagClassName
{
border-color: #CE273A;
}
</style>