Shades of Fire Brick #CB1715
Tints of Fire Brick #CB1715
RGB
CMYK
RGB Variations
Color information
#CB1715 (or 0xCB1715) is known color: Fire Brick. HEX triplet: CB, 17 and 15. RGB value is (203,23,21). Sum of RGB (Red+Green+Blue) = 203+23+21=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1715 is #34E8EA. Grayscale: #4C4C4C. Windows color (decimal): -3467499 or 1382347. OLE color: 1382347.
HSL color Cylindrical-coordinate representation of color #CB1715: hue angle of 0.66º degrees, saturation: 0.81, 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 #CB1715 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 21 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.20 |
| HSL | 0.66º | 0.81% | 0.44% | - |
| HSV(B) | 0.66º | 0.9% | 0.8% | - |
| XYZ | 25.07 | 13.36 | 1.97 | - |
| YUV | 76.59 | 96.63 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 21 | 0 | 0.89 | 0.90 | 0.20 | 0.66 | 0.81 | 0.44 |
| Hex | CB | 17 | 15 | 0 | 59 | 5A | 14 | 1 | 51 | 2C |
| Octal | 313 | 27 | 25 | 0 | 131 | 132 | 24 | 1 | 121 | 54 |
| Binary | 11001011 | 10111 | 10101 | 0 | 1011001 | 1011010 | 10100 | 1 | 1010001 | 101100 |
Color Harmonies of #CB1715
Complementary color
Monochromatic Colors of #CB1715
Black with #CB1715
Text Example
Text Example
White with #CB1715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1715; }
p { color: rgb(203,23,21); }
H1.HeaderClassName
{
color: #CB1715;
}
.AnyTagClassName
{
color: #CB1715;
}
</style>
background-color css
<style>
a { background-color: #CB1715; }
a { background-color: rgb(203,23,21); }
div.DivClassName
{
background-color: #CB1715;
}
.BgClassName
{
background-color: #CB1715;
}
</style>
border-color css
<style>
span { border-color: #CB1715; }
span { border-color: rgb(203,23,21); }
td.TdClassName
{
border-color: #CB1715;
}
.TagClassName
{
border-color: #CB1715;
}
</style>