Shades of Brick Red #CE273D
Tints of Brick Red #CE273D
RGB
CMYK
RGB Variations
Color information
#CE273D (or 0xCE273D) is known color: Brick Red. HEX triplet: CE, 27 and 3D. RGB value is (206,39,61). Sum of RGB (Red+Green+Blue) = 206+39+61=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE273D is #31D8C2. Grayscale: #5B5B5B. Windows color (decimal): -3266755 or 4007886. OLE color: 4007886.
HSL color Cylindrical-coordinate representation of color #CE273D: hue angle of 352.1º 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 #CE273D is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 61 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.19 |
| HSL | 352.1º | 0.68% | 0.48% | - |
| HSV(B) | 352.1º | 0.81% | 0.81% | - |
| XYZ | 27.02 | 14.91 | 5.87 | - |
| YUV | 91.44 | 110.83 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 61 | 0 | 0.81 | 0.70 | 0.19 | 352.1 | 0.68 | 0.48 |
| Hex | CE | 27 | 3D | 0 | 51 | 46 | 13 | 160 | 44 | 30 |
| Octal | 316 | 47 | 75 | 0 | 121 | 106 | 23 | 540 | 104 | 60 |
| Binary | 11001110 | 100111 | 111101 | 0 | 1010001 | 1000110 | 10011 | 101100000 | 1000100 | 110000 |
Color Harmonies of #CE273D
Complementary color
Monochromatic Colors of #CE273D
Black with #CE273D
Text Example
Text Example
White with #CE273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE273D; }
p { color: rgb(206,39,61); }
H1.HeaderClassName
{
color: #CE273D;
}
.AnyTagClassName
{
color: #CE273D;
}
</style>
background-color css
<style>
a { background-color: #CE273D; }
a { background-color: rgb(206,39,61); }
div.DivClassName
{
background-color: #CE273D;
}
.BgClassName
{
background-color: #CE273D;
}
</style>
border-color css
<style>
span { border-color: #CE273D; }
span { border-color: rgb(206,39,61); }
td.TdClassName
{
border-color: #CE273D;
}
.TagClassName
{
border-color: #CE273D;
}
</style>