Shades of Brick Red #CE3743
Tints of Brick Red #CE3743
RGB
CMYK
RGB Variations
Color information
#CE3743 (or 0xCE3743) is known color: Brick Red. HEX triplet: CE, 37 and 43. RGB value is (206,55,67). Sum of RGB (Red+Green+Blue) = 206+55+67=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3743 is #31C8BC. Grayscale: #656565. Windows color (decimal): -3262653 or 4405198. OLE color: 4405198.
HSL color Cylindrical-coordinate representation of color #CE3743: hue angle of 355.23º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3743 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 67 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.19 |
| HSL | 355.23º | 0.61% | 0.51% | - |
| HSV(B) | 355.23º | 0.73% | 0.81% | - |
| XYZ | 27.83 | 16.26 | 6.98 | - |
| YUV | 101.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 67 | 0 | 0.73 | 0.67 | 0.19 | 355.23 | 0.61 | 0.51 |
| Hex | CE | 37 | 43 | 0 | 49 | 43 | 13 | 163 | 3D | 33 |
| Octal | 316 | 67 | 103 | 0 | 111 | 103 | 23 | 543 | 75 | 63 |
| Binary | 11001110 | 110111 | 1000011 | 0 | 1001001 | 1000011 | 10011 | 101100011 | 111101 | 110011 |
Color Harmonies of #CE3743
Complementary color
Monochromatic Colors of #CE3743
Black with #CE3743
Text Example
Text Example
White with #CE3743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3743; }
p { color: rgb(206,55,67); }
H1.HeaderClassName
{
color: #CE3743;
}
.AnyTagClassName
{
color: #CE3743;
}
</style>
background-color css
<style>
a { background-color: #CE3743; }
a { background-color: rgb(206,55,67); }
div.DivClassName
{
background-color: #CE3743;
}
.BgClassName
{
background-color: #CE3743;
}
</style>
border-color css
<style>
span { border-color: #CE3743; }
span { border-color: rgb(206,55,67); }
td.TdClassName
{
border-color: #CE3743;
}
.TagClassName
{
border-color: #CE3743;
}
</style>