Shades of Brick Red #CE254B
Tints of Brick Red #CE254B
RGB
CMYK
RGB Variations
Color information
#CE254B (or 0xCE254B) is known color: Brick Red. HEX triplet: CE, 25 and 4B. RGB value is (206,37,75). Sum of RGB (Red+Green+Blue) = 206+37+75=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE254B is #31DAB4. Grayscale: #5B5B5B. Windows color (decimal): -3267253 or 4924878. OLE color: 4924878.
HSL color Cylindrical-coordinate representation of color #CE254B: hue angle of 346.51º 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 #CE254B is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 75 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.19 |
| HSL | 346.51º | 0.7% | 0.48% | - |
| HSV(B) | 346.51º | 0.82% | 0.81% | - |
| XYZ | 27.39 | 14.95 | 8.1 | - |
| YUV | 91.86 | 118.49 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 75 | 0 | 0.82 | 0.64 | 0.19 | 346.51 | 0.7 | 0.48 |
| Hex | CE | 25 | 4B | 0 | 52 | 40 | 13 | 15B | 46 | 30 |
| Octal | 316 | 45 | 113 | 0 | 122 | 100 | 23 | 533 | 106 | 60 |
| Binary | 11001110 | 100101 | 1001011 | 0 | 1010010 | 1000000 | 10011 | 101011011 | 1000110 | 110000 |
Color Harmonies of #CE254B
Complementary color
Monochromatic Colors of #CE254B
Black with #CE254B
Text Example
Text Example
White with #CE254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE254B; }
p { color: rgb(206,37,75); }
H1.HeaderClassName
{
color: #CE254B;
}
.AnyTagClassName
{
color: #CE254B;
}
</style>
background-color css
<style>
a { background-color: #CE254B; }
a { background-color: rgb(206,37,75); }
div.DivClassName
{
background-color: #CE254B;
}
.BgClassName
{
background-color: #CE254B;
}
</style>
border-color css
<style>
span { border-color: #CE254B; }
span { border-color: rgb(206,37,75); }
td.TdClassName
{
border-color: #CE254B;
}
.TagClassName
{
border-color: #CE254B;
}
</style>