Shades of Fire Brick #CB1614
Tints of Fire Brick #CB1614
RGB
CMYK
RGB Variations
Color information
#CB1614 (or 0xCB1614) is known color: Fire Brick. HEX triplet: CB, 16 and 14. RGB value is (203,22,20). Sum of RGB (Red+Green+Blue) = 203+22+20=245 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.86% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1614 is #34E9EB. Grayscale: #4C4C4C. Windows color (decimal): -3467756 or 1316555. OLE color: 1316555.
HSL color Cylindrical-coordinate representation of color #CB1614: hue angle of 0.66º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1614 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 20 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.20 |
| HSL | 0.66º | 0.82% | 0.44% | - |
| HSV(B) | 0.66º | 0.9% | 0.8% | - |
| XYZ | 25.04 | 13.32 | 1.91 | - |
| YUV | 75.89 | 96.47 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 20 | 0 | 0.89 | 0.90 | 0.20 | 0.66 | 0.82 | 0.44 |
| Hex | CB | 16 | 14 | 0 | 59 | 5A | 14 | 1 | 52 | 2C |
| Octal | 313 | 26 | 24 | 0 | 131 | 132 | 24 | 1 | 122 | 54 |
| Binary | 11001011 | 10110 | 10100 | 0 | 1011001 | 1011010 | 10100 | 1 | 1010010 | 101100 |
Color Harmonies of #CB1614
Complementary color
Monochromatic Colors of #CB1614
Black with #CB1614
Text Example
Text Example
White with #CB1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1614; }
p { color: rgb(203,22,20); }
H1.HeaderClassName
{
color: #CB1614;
}
.AnyTagClassName
{
color: #CB1614;
}
</style>
background-color css
<style>
a { background-color: #CB1614; }
a { background-color: rgb(203,22,20); }
div.DivClassName
{
background-color: #CB1614;
}
.BgClassName
{
background-color: #CB1614;
}
</style>
border-color css
<style>
span { border-color: #CB1614; }
span { border-color: rgb(203,22,20); }
td.TdClassName
{
border-color: #CB1614;
}
.TagClassName
{
border-color: #CB1614;
}
</style>