Shades of Brick Red #CE1F4B
Tints of Brick Red #CE1F4B
RGB
CMYK
RGB Variations
Color information
#CE1F4B (or 0xCE1F4B) is known color: Brick Red. HEX triplet: CE, 1F and 4B. RGB value is (206,31,75). Sum of RGB (Red+Green+Blue) = 206+31+75=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1F4B is #31E0B4. Grayscale: #585858. Windows color (decimal): -3268789 or 4923342. OLE color: 4923342.
HSL color Cylindrical-coordinate representation of color #CE1F4B: hue angle of 344.91º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1F4B is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 75 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.19 |
| HSL | 344.91º | 0.74% | 0.46% | - |
| HSV(B) | 344.91º | 0.85% | 0.81% | - |
| XYZ | 27.21 | 14.61 | 8.04 | - |
| YUV | 88.34 | 120.48 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 75 | 0 | 0.85 | 0.64 | 0.19 | 344.91 | 0.74 | 0.46 |
| Hex | CE | 1F | 4B | 0 | 55 | 40 | 13 | 159 | 4A | 2E |
| Octal | 316 | 37 | 113 | 0 | 125 | 100 | 23 | 531 | 112 | 56 |
| Binary | 11001110 | 11111 | 1001011 | 0 | 1010101 | 1000000 | 10011 | 101011001 | 1001010 | 101110 |
Color Harmonies of #CE1F4B
Complementary color
Monochromatic Colors of #CE1F4B
Black with #CE1F4B
Text Example
Text Example
White with #CE1F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F4B; }
p { color: rgb(206,31,75); }
H1.HeaderClassName
{
color: #CE1F4B;
}
.AnyTagClassName
{
color: #CE1F4B;
}
</style>
background-color css
<style>
a { background-color: #CE1F4B; }
a { background-color: rgb(206,31,75); }
div.DivClassName
{
background-color: #CE1F4B;
}
.BgClassName
{
background-color: #CE1F4B;
}
</style>
border-color css
<style>
span { border-color: #CE1F4B; }
span { border-color: rgb(206,31,75); }
td.TdClassName
{
border-color: #CE1F4B;
}
.TagClassName
{
border-color: #CE1F4B;
}
</style>