Shades of Fire Brick #CB1B17
Tints of Fire Brick #CB1B17
RGB
CMYK
RGB Variations
Color information
#CB1B17 (or 0xCB1B17) is known color: Fire Brick. HEX triplet: CB, 1B and 17. RGB value is (203,27,23). Sum of RGB (Red+Green+Blue) = 203+27+23=253 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.24% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB1B17 is #34E4E8. Grayscale: #4F4F4F. Windows color (decimal): -3466473 or 1514443. OLE color: 1514443.
HSL color Cylindrical-coordinate representation of color #CB1B17: hue angle of 1.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 #CB1B17 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 27 | 23 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.20 |
| HSL | 1.33º | 0.8% | 0.44% | - |
| HSV(B) | 1.33º | 0.89% | 0.8% | - |
| XYZ | 25.18 | 13.54 | 2.1 | - |
| YUV | 79.17 | 96.31 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 23 | 0 | 0.87 | 0.89 | 0.20 | 1.33 | 0.8 | 0.44 |
| Hex | CB | 1B | 17 | 0 | 57 | 59 | 14 | 1 | 50 | 2C |
| Octal | 313 | 33 | 27 | 0 | 127 | 131 | 24 | 1 | 120 | 54 |
| Binary | 11001011 | 11011 | 10111 | 0 | 1010111 | 1011001 | 10100 | 1 | 1010000 | 101100 |
Color Harmonies of #CB1B17
Complementary color
Monochromatic Colors of #CB1B17
Black with #CB1B17
Text Example
Text Example
White with #CB1B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1B17; }
p { color: rgb(203,27,23); }
H1.HeaderClassName
{
color: #CB1B17;
}
.AnyTagClassName
{
color: #CB1B17;
}
</style>
background-color css
<style>
a { background-color: #CB1B17; }
a { background-color: rgb(203,27,23); }
div.DivClassName
{
background-color: #CB1B17;
}
.BgClassName
{
background-color: #CB1B17;
}
</style>
border-color css
<style>
span { border-color: #CB1B17; }
span { border-color: rgb(203,27,23); }
td.TdClassName
{
border-color: #CB1B17;
}
.TagClassName
{
border-color: #CB1B17;
}
</style>