Shades of Brick Red #CE253D
Tints of Brick Red #CE253D
RGB
CMYK
RGB Variations
Color information
#CE253D (or 0xCE253D) is known color: Brick Red. HEX triplet: CE, 25 and 3D. RGB value is (206,37,61). Sum of RGB (Red+Green+Blue) = 206+37+61=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE253D is #31DAC2. Grayscale: #5A5A5A. Windows color (decimal): -3267267 or 4007374. OLE color: 4007374.
HSL color Cylindrical-coordinate representation of color #CE253D: hue angle of 351.48º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE253D is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 61 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.19 |
| HSL | 351.48º | 0.7% | 0.48% | - |
| HSV(B) | 351.48º | 0.82% | 0.81% | - |
| XYZ | 26.96 | 14.78 | 5.85 | - |
| YUV | 90.27 | 111.49 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 61 | 0 | 0.82 | 0.70 | 0.19 | 351.48 | 0.7 | 0.48 |
| Hex | CE | 25 | 3D | 0 | 52 | 46 | 13 | 15F | 46 | 30 |
| Octal | 316 | 45 | 75 | 0 | 122 | 106 | 23 | 537 | 106 | 60 |
| Binary | 11001110 | 100101 | 111101 | 0 | 1010010 | 1000110 | 10011 | 101011111 | 1000110 | 110000 |
Color Harmonies of #CE253D
Complementary color
Monochromatic Colors of #CE253D
Black with #CE253D
Text Example
Text Example
White with #CE253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE253D; }
p { color: rgb(206,37,61); }
H1.HeaderClassName
{
color: #CE253D;
}
.AnyTagClassName
{
color: #CE253D;
}
</style>
background-color css
<style>
a { background-color: #CE253D; }
a { background-color: rgb(206,37,61); }
div.DivClassName
{
background-color: #CE253D;
}
.BgClassName
{
background-color: #CE253D;
}
</style>
border-color css
<style>
span { border-color: #CE253D; }
span { border-color: rgb(206,37,61); }
td.TdClassName
{
border-color: #CE253D;
}
.TagClassName
{
border-color: #CE253D;
}
</style>