Shades of Fire Brick #CB1716
Tints of Fire Brick #CB1716
RGB
CMYK
RGB Variations
Color information
#CB1716 (or 0xCB1716) is known color: Fire Brick. HEX triplet: CB, 17 and 16. RGB value is (203,23,22). Sum of RGB (Red+Green+Blue) = 203+23+22=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1716 is #34E8E9. Grayscale: #4C4C4C. Windows color (decimal): -3467498 or 1447883. OLE color: 1447883.
HSL color Cylindrical-coordinate representation of color #CB1716: hue angle of 0.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1716 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 22 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.20 |
| HSL | 0.33º | 0.8% | 0.44% | - |
| HSV(B) | 0.33º | 0.89% | 0.8% | - |
| XYZ | 25.08 | 13.37 | 2.02 | - |
| YUV | 76.71 | 97.13 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 22 | 0 | 0.89 | 0.89 | 0.20 | 0.33 | 0.8 | 0.44 |
| Hex | CB | 17 | 16 | 0 | 59 | 59 | 14 | 0 | 50 | 2C |
| Octal | 313 | 27 | 26 | 0 | 131 | 131 | 24 | 0 | 120 | 54 |
| Binary | 11001011 | 10111 | 10110 | 0 | 1011001 | 1011001 | 10100 | 0 | 1010000 | 101100 |
Color Harmonies of #CB1716
Complementary color
Monochromatic Colors of #CB1716
Black with #CB1716
Text Example
Text Example
White with #CB1716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1716; }
p { color: rgb(203,23,22); }
H1.HeaderClassName
{
color: #CB1716;
}
.AnyTagClassName
{
color: #CB1716;
}
</style>
background-color css
<style>
a { background-color: #CB1716; }
a { background-color: rgb(203,23,22); }
div.DivClassName
{
background-color: #CB1716;
}
.BgClassName
{
background-color: #CB1716;
}
</style>
border-color css
<style>
span { border-color: #CB1716; }
span { border-color: rgb(203,23,22); }
td.TdClassName
{
border-color: #CB1716;
}
.TagClassName
{
border-color: #CB1716;
}
</style>