Shades of Fire Brick #CC1916
Tints of Fire Brick #CC1916
RGB
CMYK
RGB Variations
Color information
#CC1916 (or 0xCC1916) is known color: Fire Brick. HEX triplet: CC, 19 and 16. RGB value is (204,25,22). Sum of RGB (Red+Green+Blue) = 204+25+22=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1916 is #33E6E9. Grayscale: #4E4E4E. Windows color (decimal): -3401450 or 1448396. OLE color: 1448396.
HSL color Cylindrical-coordinate representation of color #CC1916: hue angle of 0.99º degrees, saturation: 0.81, 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 #CC1916 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 22 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.2 |
| HSL | 0.99º | 0.81% | 0.44% | - |
| HSV(B) | 0.99º | 0.89% | 0.8% | - |
| XYZ | 25.39 | 13.59 | 2.04 | - |
| YUV | 78.18 | 96.3 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 22 | 0 | 0.88 | 0.89 | 0.2 | 0.99 | 0.81 | 0.44 |
| Hex | CC | 19 | 16 | 0 | 58 | 59 | 14 | 1 | 51 | 2C |
| Octal | 314 | 31 | 26 | 0 | 130 | 131 | 24 | 1 | 121 | 54 |
| Binary | 11001100 | 11001 | 10110 | 0 | 1011000 | 1011001 | 10100 | 1 | 1010001 | 101100 |
Color Harmonies of #CC1916
Complementary color
Monochromatic Colors of #CC1916
Black with #CC1916
Text Example
Text Example
White with #CC1916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1916; }
p { color: rgb(204,25,22); }
H1.HeaderClassName
{
color: #CC1916;
}
.AnyTagClassName
{
color: #CC1916;
}
</style>
background-color css
<style>
a { background-color: #CC1916; }
a { background-color: rgb(204,25,22); }
div.DivClassName
{
background-color: #CC1916;
}
.BgClassName
{
background-color: #CC1916;
}
</style>
border-color css
<style>
span { border-color: #CC1916; }
span { border-color: rgb(204,25,22); }
td.TdClassName
{
border-color: #CC1916;
}
.TagClassName
{
border-color: #CC1916;
}
</style>