Shades of Fire Brick #CB221F
Tints of Fire Brick #CB221F
RGB
CMYK
RGB Variations
Color information
#CB221F (or 0xCB221F) is known color: Fire Brick. HEX triplet: CB, 22 and 1F. RGB value is (203,34,31). Sum of RGB (Red+Green+Blue) = 203+34+31=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB221F is #34DDE0. Grayscale: #545454. Windows color (decimal): -3464673 or 2040523. OLE color: 2040523.
HSL color Cylindrical-coordinate representation of color #CB221F: hue angle of 1.05º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB221F is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 31 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.20 |
| HSL | 1.05º | 0.74% | 0.46% | - |
| HSV(B) | 1.05º | 0.85% | 0.8% | - |
| XYZ | 25.45 | 13.94 | 2.65 | - |
| YUV | 84.19 | 97.99 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 31 | 0 | 0.83 | 0.85 | 0.20 | 1.05 | 0.74 | 0.46 |
| Hex | CB | 22 | 1F | 0 | 53 | 55 | 14 | 1 | 4A | 2E |
| Octal | 313 | 42 | 37 | 0 | 123 | 125 | 24 | 1 | 112 | 56 |
| Binary | 11001011 | 100010 | 11111 | 0 | 1010011 | 1010101 | 10100 | 1 | 1001010 | 101110 |
Color Harmonies of #CB221F
Complementary color
Monochromatic Colors of #CB221F
Black with #CB221F
Text Example
Text Example
White with #CB221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB221F; }
p { color: rgb(203,34,31); }
H1.HeaderClassName
{
color: #CB221F;
}
.AnyTagClassName
{
color: #CB221F;
}
</style>
background-color css
<style>
a { background-color: #CB221F; }
a { background-color: rgb(203,34,31); }
div.DivClassName
{
background-color: #CB221F;
}
.BgClassName
{
background-color: #CB221F;
}
</style>
border-color css
<style>
span { border-color: #CB221F; }
span { border-color: rgb(203,34,31); }
td.TdClassName
{
border-color: #CB221F;
}
.TagClassName
{
border-color: #CB221F;
}
</style>