Shades of Fire Brick #CC2020
Tints of Fire Brick #CC2020
RGB
CMYK
RGB Variations
Color information
#CC2020 (or 0xCC2020) is known color: Fire Brick. HEX triplet: CC, 20 and 20. RGB value is (204,32,32). Sum of RGB (Red+Green+Blue) = 204+32+32=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2020 is #33DFDF. Grayscale: #535353. Windows color (decimal): -3399648 or 2105548. OLE color: 2105548.
HSL color Cylindrical-coordinate representation of color #CC2020: 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 #CC2020 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 32 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.2 |
| HSL | 0º | 0.73% | 0.46% | - |
| HSV(B) | 0º | 0.84% | 0.8% | - |
| XYZ | 25.68 | 13.97 | 2.71 | - |
| YUV | 83.43 | 98.98 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 32 | 0 | 0.84 | 0.84 | 0.2 | 0 | 0.73 | 0.46 |
| Hex | CC | 20 | 20 | 0 | 54 | 54 | 14 | 0 | 49 | 2E |
| Octal | 314 | 40 | 40 | 0 | 124 | 124 | 24 | 0 | 111 | 56 |
| Binary | 11001100 | 100000 | 100000 | 0 | 1010100 | 1010100 | 10100 | 0 | 1001001 | 101110 |
Color Harmonies of #CC2020
Complementary color
Monochromatic Colors of #CC2020
Black with #CC2020
Text Example
Text Example
White with #CC2020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2020; }
p { color: rgb(204,32,32); }
H1.HeaderClassName
{
color: #CC2020;
}
.AnyTagClassName
{
color: #CC2020;
}
</style>
background-color css
<style>
a { background-color: #CC2020; }
a { background-color: rgb(204,32,32); }
div.DivClassName
{
background-color: #CC2020;
}
.BgClassName
{
background-color: #CC2020;
}
</style>
border-color css
<style>
span { border-color: #CC2020; }
span { border-color: rgb(204,32,32); }
td.TdClassName
{
border-color: #CC2020;
}
.TagClassName
{
border-color: #CC2020;
}
</style>