Shades of Brick Red #CE3E4A
Tints of Brick Red #CE3E4A
RGB
CMYK
RGB Variations
Color information
#CE3E4A (or 0xCE3E4A) is known color: Brick Red. HEX triplet: CE, 3E and 4A. RGB value is (206,62,74). Sum of RGB (Red+Green+Blue) = 206+62+74=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E4A is #31C1B5. Grayscale: #6A6A6A. Windows color (decimal): -3260854 or 4865742. OLE color: 4865742.
HSL color Cylindrical-coordinate representation of color #CE3E4A: hue angle of 355º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E4A is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 74 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.19 |
| HSL | 355º | 0.6% | 0.53% | - |
| HSV(B) | 355º | 0.7% | 0.81% | - |
| XYZ | 28.41 | 17.06 | 8.27 | - |
| YUV | 106.42 | 109.71 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 74 | 0 | 0.70 | 0.64 | 0.19 | 355 | 0.6 | 0.53 |
| Hex | CE | 3E | 4A | 0 | 46 | 40 | 13 | 163 | 3C | 35 |
| Octal | 316 | 76 | 112 | 0 | 106 | 100 | 23 | 543 | 74 | 65 |
| Binary | 11001110 | 111110 | 1001010 | 0 | 1000110 | 1000000 | 10011 | 101100011 | 111100 | 110101 |
Color Harmonies of #CE3E4A
Complementary color
Monochromatic Colors of #CE3E4A
Black with #CE3E4A
Text Example
Text Example
White with #CE3E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E4A; }
p { color: rgb(206,62,74); }
H1.HeaderClassName
{
color: #CE3E4A;
}
.AnyTagClassName
{
color: #CE3E4A;
}
</style>
background-color css
<style>
a { background-color: #CE3E4A; }
a { background-color: rgb(206,62,74); }
div.DivClassName
{
background-color: #CE3E4A;
}
.BgClassName
{
background-color: #CE3E4A;
}
</style>
border-color css
<style>
span { border-color: #CE3E4A; }
span { border-color: rgb(206,62,74); }
td.TdClassName
{
border-color: #CE3E4A;
}
.TagClassName
{
border-color: #CE3E4A;
}
</style>