Shades of Brick Red #CE3646
Tints of Brick Red #CE3646
RGB
CMYK
RGB Variations
Color information
#CE3646 (or 0xCE3646) is known color: Brick Red. HEX triplet: CE, 36 and 46. RGB value is (206,54,70). Sum of RGB (Red+Green+Blue) = 206+54+70=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3646 is #31C9B9. Grayscale: #656565. Windows color (decimal): -3262906 or 4601550. OLE color: 4601550.
HSL color Cylindrical-coordinate representation of color #CE3646: hue angle of 353.68º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3646 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 70 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.19 |
| HSL | 353.68º | 0.61% | 0.51% | - |
| HSV(B) | 353.68º | 0.74% | 0.81% | - |
| XYZ | 27.88 | 16.2 | 7.45 | - |
| YUV | 101.27 | 110.36 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 70 | 0 | 0.74 | 0.66 | 0.19 | 353.68 | 0.61 | 0.51 |
| Hex | CE | 36 | 46 | 0 | 4A | 42 | 13 | 162 | 3D | 33 |
| Octal | 316 | 66 | 106 | 0 | 112 | 102 | 23 | 542 | 75 | 63 |
| Binary | 11001110 | 110110 | 1000110 | 0 | 1001010 | 1000010 | 10011 | 101100010 | 111101 | 110011 |
Color Harmonies of #CE3646
Complementary color
Monochromatic Colors of #CE3646
Black with #CE3646
Text Example
Text Example
White with #CE3646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3646; }
p { color: rgb(206,54,70); }
H1.HeaderClassName
{
color: #CE3646;
}
.AnyTagClassName
{
color: #CE3646;
}
</style>
background-color css
<style>
a { background-color: #CE3646; }
a { background-color: rgb(206,54,70); }
div.DivClassName
{
background-color: #CE3646;
}
.BgClassName
{
background-color: #CE3646;
}
</style>
border-color css
<style>
span { border-color: #CE3646; }
span { border-color: rgb(206,54,70); }
td.TdClassName
{
border-color: #CE3646;
}
.TagClassName
{
border-color: #CE3646;
}
</style>