Shades of Brick Red #CE214B
Tints of Brick Red #CE214B
RGB
CMYK
RGB Variations
Color information
#CE214B (or 0xCE214B) is known color: Brick Red. HEX triplet: CE, 21 and 4B. RGB value is (206,33,75). Sum of RGB (Red+Green+Blue) = 206+33+75=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE214B is #31DEB4. Grayscale: #595959. Windows color (decimal): -3268277 or 4923854. OLE color: 4923854.
HSL color Cylindrical-coordinate representation of color #CE214B: hue angle of 345.43º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE214B is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 75 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.19 |
| HSL | 345.43º | 0.72% | 0.47% | - |
| HSV(B) | 345.43º | 0.84% | 0.81% | - |
| XYZ | 27.27 | 14.72 | 8.06 | - |
| YUV | 89.52 | 119.81 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 75 | 0 | 0.84 | 0.64 | 0.19 | 345.43 | 0.72 | 0.47 |
| Hex | CE | 21 | 4B | 0 | 54 | 40 | 13 | 159 | 48 | 2F |
| Octal | 316 | 41 | 113 | 0 | 124 | 100 | 23 | 531 | 110 | 57 |
| Binary | 11001110 | 100001 | 1001011 | 0 | 1010100 | 1000000 | 10011 | 101011001 | 1001000 | 101111 |
Color Harmonies of #CE214B
Complementary color
Monochromatic Colors of #CE214B
Black with #CE214B
Text Example
Text Example
White with #CE214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE214B; }
p { color: rgb(206,33,75); }
H1.HeaderClassName
{
color: #CE214B;
}
.AnyTagClassName
{
color: #CE214B;
}
</style>
background-color css
<style>
a { background-color: #CE214B; }
a { background-color: rgb(206,33,75); }
div.DivClassName
{
background-color: #CE214B;
}
.BgClassName
{
background-color: #CE214B;
}
</style>
border-color css
<style>
span { border-color: #CE214B; }
span { border-color: rgb(206,33,75); }
td.TdClassName
{
border-color: #CE214B;
}
.TagClassName
{
border-color: #CE214B;
}
</style>