Shades of Brick Red #CE3E4B
Tints of Brick Red #CE3E4B
RGB
CMYK
RGB Variations
Color information
#CE3E4B (or 0xCE3E4B) is known color: Brick Red. HEX triplet: CE, 3E and 4B. RGB value is (206,62,75). Sum of RGB (Red+Green+Blue) = 206+62+75=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E4B is #31C1B4. Grayscale: #6A6A6A. Windows color (decimal): -3260853 or 4931278. OLE color: 4931278.
HSL color Cylindrical-coordinate representation of color #CE3E4B: hue angle of 354.58º 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 #CE3E4B is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 75 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.19 |
| HSL | 354.58º | 0.6% | 0.53% | - |
| HSV(B) | 354.58º | 0.7% | 0.81% | - |
| XYZ | 28.45 | 17.08 | 8.45 | - |
| YUV | 106.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 75 | 0 | 0.70 | 0.64 | 0.19 | 354.58 | 0.6 | 0.53 |
| Hex | CE | 3E | 4B | 0 | 46 | 40 | 13 | 163 | 3C | 35 |
| Octal | 316 | 76 | 113 | 0 | 106 | 100 | 23 | 543 | 74 | 65 |
| Binary | 11001110 | 111110 | 1001011 | 0 | 1000110 | 1000000 | 10011 | 101100011 | 111100 | 110101 |
Color Harmonies of #CE3E4B
Complementary color
Monochromatic Colors of #CE3E4B
Black with #CE3E4B
Text Example
Text Example
White with #CE3E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E4B; }
p { color: rgb(206,62,75); }
H1.HeaderClassName
{
color: #CE3E4B;
}
.AnyTagClassName
{
color: #CE3E4B;
}
</style>
background-color css
<style>
a { background-color: #CE3E4B; }
a { background-color: rgb(206,62,75); }
div.DivClassName
{
background-color: #CE3E4B;
}
.BgClassName
{
background-color: #CE3E4B;
}
</style>
border-color css
<style>
span { border-color: #CE3E4B; }
span { border-color: rgb(206,62,75); }
td.TdClassName
{
border-color: #CE3E4B;
}
.TagClassName
{
border-color: #CE3E4B;
}
</style>