Shades of Brick Red #CE3340
Tints of Brick Red #CE3340
RGB
CMYK
RGB Variations
Color information
#CE3340 (or 0xCE3340) is known color: Brick Red. HEX triplet: CE, 33 and 40. RGB value is (206,51,64). Sum of RGB (Red+Green+Blue) = 206+51+64=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3340 is #31CCBF. Grayscale: #626262. Windows color (decimal): -3263680 or 4207566. OLE color: 4207566.
HSL color Cylindrical-coordinate representation of color #CE3340: hue angle of 354.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3340 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 64 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.19 |
| HSL | 354.97º | 0.61% | 0.5% | - |
| HSV(B) | 354.97º | 0.75% | 0.81% | - |
| XYZ | 27.56 | 15.86 | 6.46 | - |
| YUV | 98.83 | 108.35 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 64 | 0 | 0.75 | 0.69 | 0.19 | 354.97 | 0.61 | 0.5 |
| Hex | CE | 33 | 40 | 0 | 4B | 45 | 13 | 163 | 3D | 32 |
| Octal | 316 | 63 | 100 | 0 | 113 | 105 | 23 | 543 | 75 | 62 |
| Binary | 11001110 | 110011 | 1000000 | 0 | 1001011 | 1000101 | 10011 | 101100011 | 111101 | 110010 |
Color Harmonies of #CE3340
Complementary color
Monochromatic Colors of #CE3340
Black with #CE3340
Text Example
Text Example
White with #CE3340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3340; }
p { color: rgb(206,51,64); }
H1.HeaderClassName
{
color: #CE3340;
}
.AnyTagClassName
{
color: #CE3340;
}
</style>
background-color css
<style>
a { background-color: #CE3340; }
a { background-color: rgb(206,51,64); }
div.DivClassName
{
background-color: #CE3340;
}
.BgClassName
{
background-color: #CE3340;
}
</style>
border-color css
<style>
span { border-color: #CE3340; }
span { border-color: rgb(206,51,64); }
td.TdClassName
{
border-color: #CE3340;
}
.TagClassName
{
border-color: #CE3340;
}
</style>