Shades of Fire Brick #CE1C1B
Tints of Fire Brick #CE1C1B
RGB
CMYK
RGB Variations
Color information
#CE1C1B (or 0xCE1C1B) is known color: Fire Brick. HEX triplet: CE, 1C and 1B. RGB value is (206,28,27). Sum of RGB (Red+Green+Blue) = 206+28+27=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1C1B is #31E3E4. Grayscale: #515151. Windows color (decimal): -3269605 or 1776846. OLE color: 1776846.
HSL color Cylindrical-coordinate representation of color #CE1C1B: hue angle of 0.34º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1C1B is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 27 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.19 |
| HSL | 0.34º | 0.77% | 0.46% | - |
| HSV(B) | 0.34º | 0.87% | 0.81% | - |
| XYZ | 26.07 | 14.03 | 2.37 | - |
| YUV | 81.11 | 97.47 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 27 | 0 | 0.86 | 0.87 | 0.19 | 0.34 | 0.77 | 0.46 |
| Hex | CE | 1C | 1B | 0 | 56 | 57 | 13 | 0 | 4D | 2E |
| Octal | 316 | 34 | 33 | 0 | 126 | 127 | 23 | 0 | 115 | 56 |
| Binary | 11001110 | 11100 | 11011 | 0 | 1010110 | 1010111 | 10011 | 0 | 1001101 | 101110 |
Color Harmonies of #CE1C1B
Complementary color
Monochromatic Colors of #CE1C1B
Black with #CE1C1B
Text Example
Text Example
White with #CE1C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C1B; }
p { color: rgb(206,28,27); }
H1.HeaderClassName
{
color: #CE1C1B;
}
.AnyTagClassName
{
color: #CE1C1B;
}
</style>
background-color css
<style>
a { background-color: #CE1C1B; }
a { background-color: rgb(206,28,27); }
div.DivClassName
{
background-color: #CE1C1B;
}
.BgClassName
{
background-color: #CE1C1B;
}
</style>
border-color css
<style>
span { border-color: #CE1C1B; }
span { border-color: rgb(206,28,27); }
td.TdClassName
{
border-color: #CE1C1B;
}
.TagClassName
{
border-color: #CE1C1B;
}
</style>