Shades of Brick Red #CE364B
Tints of Brick Red #CE364B
RGB
CMYK
RGB Variations
Color information
#CE364B (or 0xCE364B) is known color: Brick Red. HEX triplet: CE, 36 and 4B. RGB value is (206,54,75). Sum of RGB (Red+Green+Blue) = 206+54+75=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE364B is #31C9B4. Grayscale: #656565. Windows color (decimal): -3262901 or 4929230. OLE color: 4929230.
HSL color Cylindrical-coordinate representation of color #CE364B: hue angle of 351.71º 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 #CE364B is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 75 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.19 |
| HSL | 351.71º | 0.61% | 0.51% | - |
| HSV(B) | 351.71º | 0.74% | 0.81% | - |
| XYZ | 28.04 | 16.27 | 8.32 | - |
| YUV | 101.84 | 112.86 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 75 | 0 | 0.74 | 0.64 | 0.19 | 351.71 | 0.61 | 0.51 |
| Hex | CE | 36 | 4B | 0 | 4A | 40 | 13 | 160 | 3D | 33 |
| Octal | 316 | 66 | 113 | 0 | 112 | 100 | 23 | 540 | 75 | 63 |
| Binary | 11001110 | 110110 | 1001011 | 0 | 1001010 | 1000000 | 10011 | 101100000 | 111101 | 110011 |
Color Harmonies of #CE364B
Complementary color
Monochromatic Colors of #CE364B
Black with #CE364B
Text Example
Text Example
White with #CE364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE364B; }
p { color: rgb(206,54,75); }
H1.HeaderClassName
{
color: #CE364B;
}
.AnyTagClassName
{
color: #CE364B;
}
</style>
background-color css
<style>
a { background-color: #CE364B; }
a { background-color: rgb(206,54,75); }
div.DivClassName
{
background-color: #CE364B;
}
.BgClassName
{
background-color: #CE364B;
}
</style>
border-color css
<style>
span { border-color: #CE364B; }
span { border-color: rgb(206,54,75); }
td.TdClassName
{
border-color: #CE364B;
}
.TagClassName
{
border-color: #CE364B;
}
</style>