Shades of Brick Red #CE3F4A
Tints of Brick Red #CE3F4A
RGB
CMYK
RGB Variations
Color information
#CE3F4A (or 0xCE3F4A) is known color: Brick Red. HEX triplet: CE, 3F and 4A. RGB value is (206,63,74). Sum of RGB (Red+Green+Blue) = 206+63+74=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F4A is #31C0B5. Grayscale: #6B6B6B. Windows color (decimal): -3260598 or 4865998. OLE color: 4865998.
HSL color Cylindrical-coordinate representation of color #CE3F4A: hue angle of 355.38º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3F4A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 74 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.19 |
| HSL | 355.38º | 0.59% | 0.53% | - |
| HSV(B) | 355.38º | 0.69% | 0.81% | - |
| XYZ | 28.47 | 17.17 | 8.29 | - |
| YUV | 107.01 | 109.38 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 74 | 0 | 0.69 | 0.64 | 0.19 | 355.38 | 0.59 | 0.53 |
| Hex | CE | 3F | 4A | 0 | 45 | 40 | 13 | 163 | 3B | 35 |
| Octal | 316 | 77 | 112 | 0 | 105 | 100 | 23 | 543 | 73 | 65 |
| Binary | 11001110 | 111111 | 1001010 | 0 | 1000101 | 1000000 | 10011 | 101100011 | 111011 | 110101 |
Color Harmonies of #CE3F4A
Complementary color
Monochromatic Colors of #CE3F4A
Black with #CE3F4A
Text Example
Text Example
White with #CE3F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F4A; }
p { color: rgb(206,63,74); }
H1.HeaderClassName
{
color: #CE3F4A;
}
.AnyTagClassName
{
color: #CE3F4A;
}
</style>
background-color css
<style>
a { background-color: #CE3F4A; }
a { background-color: rgb(206,63,74); }
div.DivClassName
{
background-color: #CE3F4A;
}
.BgClassName
{
background-color: #CE3F4A;
}
</style>
border-color css
<style>
span { border-color: #CE3F4A; }
span { border-color: rgb(206,63,74); }
td.TdClassName
{
border-color: #CE3F4A;
}
.TagClassName
{
border-color: #CE3F4A;
}
</style>