Shades of Brick Red #CE414A
Tints of Brick Red #CE414A
RGB
CMYK
RGB Variations
Color information
#CE414A (or 0xCE414A) is known color: Brick Red. HEX triplet: CE, 41 and 4A. RGB value is (206,65,74). Sum of RGB (Red+Green+Blue) = 206+65+74=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE414A is #31BEB5. Grayscale: #6C6C6C. Windows color (decimal): -3260086 or 4866510. OLE color: 4866510.
HSL color Cylindrical-coordinate representation of color #CE414A: hue angle of 356.17º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE414A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 74 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.19 |
| HSL | 356.17º | 0.59% | 0.53% | - |
| HSV(B) | 356.17º | 0.68% | 0.81% | - |
| XYZ | 28.58 | 17.4 | 8.33 | - |
| YUV | 108.19 | 108.71 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 74 | 0 | 0.68 | 0.64 | 0.19 | 356.17 | 0.59 | 0.53 |
| Hex | CE | 41 | 4A | 0 | 44 | 40 | 13 | 164 | 3B | 35 |
| Octal | 316 | 101 | 112 | 0 | 104 | 100 | 23 | 544 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1001010 | 0 | 1000100 | 1000000 | 10011 | 101100100 | 111011 | 110101 |
Color Harmonies of #CE414A
Complementary color
Monochromatic Colors of #CE414A
Black with #CE414A
Text Example
Text Example
White with #CE414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE414A; }
p { color: rgb(206,65,74); }
H1.HeaderClassName
{
color: #CE414A;
}
.AnyTagClassName
{
color: #CE414A;
}
</style>
background-color css
<style>
a { background-color: #CE414A; }
a { background-color: rgb(206,65,74); }
div.DivClassName
{
background-color: #CE414A;
}
.BgClassName
{
background-color: #CE414A;
}
</style>
border-color css
<style>
span { border-color: #CE414A; }
span { border-color: rgb(206,65,74); }
td.TdClassName
{
border-color: #CE414A;
}
.TagClassName
{
border-color: #CE414A;
}
</style>