Shades of Fire Brick #CC1616
Tints of Fire Brick #CC1616
RGB
CMYK
RGB Variations
Color information
#CC1616 (or 0xCC1616) is known color: Fire Brick. HEX triplet: CC, 16 and 16. RGB value is (204,22,22). Sum of RGB (Red+Green+Blue) = 204+22+22=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1616 is #33E9E9. Grayscale: #4C4C4C. Windows color (decimal): -3402218 or 1447628. OLE color: 1447628.
HSL color Cylindrical-coordinate representation of color #CC1616: hue angle of 0º 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 #CC1616 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 22 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.2 |
| HSL | 0º | 0.81% | 0.44% | - |
| HSV(B) | 0º | 0.89% | 0.8% | - |
| XYZ | 25.33 | 13.47 | 2.02 | - |
| YUV | 76.42 | 97.3 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 22 | 0 | 0.89 | 0.89 | 0.2 | 0 | 0.81 | 0.44 |
| Hex | CC | 16 | 16 | 0 | 59 | 59 | 14 | 0 | 51 | 2C |
| Octal | 314 | 26 | 26 | 0 | 131 | 131 | 24 | 0 | 121 | 54 |
| Binary | 11001100 | 10110 | 10110 | 0 | 1011001 | 1011001 | 10100 | 0 | 1010001 | 101100 |
Color Harmonies of #CC1616
Complementary color
Monochromatic Colors of #CC1616
Black with #CC1616
Text Example
Text Example
White with #CC1616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1616; }
p { color: rgb(204,22,22); }
H1.HeaderClassName
{
color: #CC1616;
}
.AnyTagClassName
{
color: #CC1616;
}
</style>
background-color css
<style>
a { background-color: #CC1616; }
a { background-color: rgb(204,22,22); }
div.DivClassName
{
background-color: #CC1616;
}
.BgClassName
{
background-color: #CC1616;
}
</style>
border-color css
<style>
span { border-color: #CC1616; }
span { border-color: rgb(204,22,22); }
td.TdClassName
{
border-color: #CC1616;
}
.TagClassName
{
border-color: #CC1616;
}
</style>