Shades of Brick Red #CE3D4A
Tints of Brick Red #CE3D4A
RGB
CMYK
RGB Variations
Color information
#CE3D4A (or 0xCE3D4A) is known color: Brick Red. HEX triplet: CE, 3D and 4A. RGB value is (206,61,74). Sum of RGB (Red+Green+Blue) = 206+61+74=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D4A is #31C2B5. Grayscale: #696969. Windows color (decimal): -3261110 or 4865486. OLE color: 4865486.
HSL color Cylindrical-coordinate representation of color #CE3D4A: hue angle of 354.62º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D4A is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 74 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.19 |
| HSL | 354.62º | 0.6% | 0.52% | - |
| HSV(B) | 354.62º | 0.7% | 0.81% | - |
| XYZ | 28.36 | 16.95 | 8.26 | - |
| YUV | 105.84 | 110.04 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 74 | 0 | 0.70 | 0.64 | 0.19 | 354.62 | 0.6 | 0.52 |
| Hex | CE | 3D | 4A | 0 | 46 | 40 | 13 | 163 | 3C | 34 |
| Octal | 316 | 75 | 112 | 0 | 106 | 100 | 23 | 543 | 74 | 64 |
| Binary | 11001110 | 111101 | 1001010 | 0 | 1000110 | 1000000 | 10011 | 101100011 | 111100 | 110100 |
Color Harmonies of #CE3D4A
Complementary color
Monochromatic Colors of #CE3D4A
Black with #CE3D4A
Text Example
Text Example
White with #CE3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D4A; }
p { color: rgb(206,61,74); }
H1.HeaderClassName
{
color: #CE3D4A;
}
.AnyTagClassName
{
color: #CE3D4A;
}
</style>
background-color css
<style>
a { background-color: #CE3D4A; }
a { background-color: rgb(206,61,74); }
div.DivClassName
{
background-color: #CE3D4A;
}
.BgClassName
{
background-color: #CE3D4A;
}
</style>
border-color css
<style>
span { border-color: #CE3D4A; }
span { border-color: rgb(206,61,74); }
td.TdClassName
{
border-color: #CE3D4A;
}
.TagClassName
{
border-color: #CE3D4A;
}
</style>