Shades of Brick Red #CE374A
Tints of Brick Red #CE374A
RGB
CMYK
RGB Variations
Color information
#CE374A (or 0xCE374A) is known color: Brick Red. HEX triplet: CE, 37 and 4A. RGB value is (206,55,74). Sum of RGB (Red+Green+Blue) = 206+55+74=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE374A is #31C8B5. Grayscale: #666666. Windows color (decimal): -3262646 or 4863950. OLE color: 4863950.
HSL color Cylindrical-coordinate representation of color #CE374A: hue angle of 352.45º 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 #CE374A is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 74 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.19 |
| HSL | 352.45º | 0.61% | 0.51% | - |
| HSV(B) | 352.45º | 0.73% | 0.81% | - |
| XYZ | 28.06 | 16.35 | 8.16 | - |
| YUV | 102.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 74 | 0 | 0.73 | 0.64 | 0.19 | 352.45 | 0.61 | 0.51 |
| Hex | CE | 37 | 4A | 0 | 49 | 40 | 13 | 160 | 3D | 33 |
| Octal | 316 | 67 | 112 | 0 | 111 | 100 | 23 | 540 | 75 | 63 |
| Binary | 11001110 | 110111 | 1001010 | 0 | 1001001 | 1000000 | 10011 | 101100000 | 111101 | 110011 |
Color Harmonies of #CE374A
Complementary color
Monochromatic Colors of #CE374A
Black with #CE374A
Text Example
Text Example
White with #CE374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE374A; }
p { color: rgb(206,55,74); }
H1.HeaderClassName
{
color: #CE374A;
}
.AnyTagClassName
{
color: #CE374A;
}
</style>
background-color css
<style>
a { background-color: #CE374A; }
a { background-color: rgb(206,55,74); }
div.DivClassName
{
background-color: #CE374A;
}
.BgClassName
{
background-color: #CE374A;
}
</style>
border-color css
<style>
span { border-color: #CE374A; }
span { border-color: rgb(206,55,74); }
td.TdClassName
{
border-color: #CE374A;
}
.TagClassName
{
border-color: #CE374A;
}
</style>