Shades of Brick Red #CE3C4B
Tints of Brick Red #CE3C4B
RGB
CMYK
RGB Variations
Color information
#CE3C4B (or 0xCE3C4B) is known color: Brick Red. HEX triplet: CE, 3C and 4B. RGB value is (206,60,75). Sum of RGB (Red+Green+Blue) = 206+60+75=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C4B is #31C3B4. Grayscale: #696969. Windows color (decimal): -3261365 or 4930766. OLE color: 4930766.
HSL color Cylindrical-coordinate representation of color #CE3C4B: hue angle of 353.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3C4B is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 75 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.19 |
| HSL | 353.84º | 0.6% | 0.52% | - |
| HSV(B) | 353.84º | 0.71% | 0.81% | - |
| XYZ | 28.34 | 16.86 | 8.42 | - |
| YUV | 105.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 75 | 0 | 0.71 | 0.64 | 0.19 | 353.84 | 0.6 | 0.52 |
| Hex | CE | 3C | 4B | 0 | 47 | 40 | 13 | 162 | 3C | 34 |
| Octal | 316 | 74 | 113 | 0 | 107 | 100 | 23 | 542 | 74 | 64 |
| Binary | 11001110 | 111100 | 1001011 | 0 | 1000111 | 1000000 | 10011 | 101100010 | 111100 | 110100 |
Color Harmonies of #CE3C4B
Complementary color
Monochromatic Colors of #CE3C4B
Black with #CE3C4B
Text Example
Text Example
White with #CE3C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C4B; }
p { color: rgb(206,60,75); }
H1.HeaderClassName
{
color: #CE3C4B;
}
.AnyTagClassName
{
color: #CE3C4B;
}
</style>
background-color css
<style>
a { background-color: #CE3C4B; }
a { background-color: rgb(206,60,75); }
div.DivClassName
{
background-color: #CE3C4B;
}
.BgClassName
{
background-color: #CE3C4B;
}
</style>
border-color css
<style>
span { border-color: #CE3C4B; }
span { border-color: rgb(206,60,75); }
td.TdClassName
{
border-color: #CE3C4B;
}
.TagClassName
{
border-color: #CE3C4B;
}
</style>