Shades of Fire Brick #CB2020
Tints of Fire Brick #CB2020
RGB
CMYK
RGB Variations
Color information
#CB2020 (or 0xCB2020) is known color: Fire Brick. HEX triplet: CB, 20 and 20. RGB value is (203,32,32). Sum of RGB (Red+Green+Blue) = 203+32+32=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2020 is #34DFDF. Grayscale: #535353. Windows color (decimal): -3465184 or 2105547. OLE color: 2105547.
HSL color Cylindrical-coordinate representation of color #CB2020: hue angle of 0º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2020 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 32 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.20 |
| HSL | 0º | 0.73% | 0.46% | - |
| HSV(B) | 0º | 0.84% | 0.8% | - |
| XYZ | 25.41 | 13.83 | 2.7 | - |
| YUV | 83.13 | 99.15 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 32 | 0 | 0.84 | 0.84 | 0.20 | 0 | 0.73 | 0.46 |
| Hex | CB | 20 | 20 | 0 | 54 | 54 | 14 | 0 | 49 | 2E |
| Octal | 313 | 40 | 40 | 0 | 124 | 124 | 24 | 0 | 111 | 56 |
| Binary | 11001011 | 100000 | 100000 | 0 | 1010100 | 1010100 | 10100 | 0 | 1001001 | 101110 |
Color Harmonies of #CB2020
Complementary color
Monochromatic Colors of #CB2020
Black with #CB2020
Text Example
Text Example
White with #CB2020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2020; }
p { color: rgb(203,32,32); }
H1.HeaderClassName
{
color: #CB2020;
}
.AnyTagClassName
{
color: #CB2020;
}
</style>
background-color css
<style>
a { background-color: #CB2020; }
a { background-color: rgb(203,32,32); }
div.DivClassName
{
background-color: #CB2020;
}
.BgClassName
{
background-color: #CB2020;
}
</style>
border-color css
<style>
span { border-color: #CB2020; }
span { border-color: rgb(203,32,32); }
td.TdClassName
{
border-color: #CB2020;
}
.TagClassName
{
border-color: #CB2020;
}
</style>