Shades of Fire Brick #CC1615
Tints of Fire Brick #CC1615
RGB
CMYK
RGB Variations
Color information
#CC1615 (or 0xCC1615) is known color: Fire Brick. HEX triplet: CC, 16 and 15. RGB value is (204,22,21). Sum of RGB (Red+Green+Blue) = 204+22+21=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1615 is #33E9EA. Grayscale: #4C4C4C. Windows color (decimal): -3402219 or 1382092. OLE color: 1382092.
HSL color Cylindrical-coordinate representation of color #CC1615: hue angle of 0.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1615 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 21 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.2 |
| HSL | 0.33º | 0.81% | 0.44% | - |
| HSV(B) | 0.33º | 0.9% | 0.8% | - |
| XYZ | 25.32 | 13.47 | 1.97 | - |
| YUV | 76.3 | 96.8 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 21 | 0 | 0.89 | 0.90 | 0.2 | 0.33 | 0.81 | 0.44 |
| Hex | CC | 16 | 15 | 0 | 59 | 5A | 14 | 0 | 51 | 2C |
| Octal | 314 | 26 | 25 | 0 | 131 | 132 | 24 | 0 | 121 | 54 |
| Binary | 11001100 | 10110 | 10101 | 0 | 1011001 | 1011010 | 10100 | 0 | 1010001 | 101100 |
Color Harmonies of #CC1615
Complementary color
Monochromatic Colors of #CC1615
Black with #CC1615
Text Example
Text Example
White with #CC1615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1615; }
p { color: rgb(204,22,21); }
H1.HeaderClassName
{
color: #CC1615;
}
.AnyTagClassName
{
color: #CC1615;
}
</style>
background-color css
<style>
a { background-color: #CC1615; }
a { background-color: rgb(204,22,21); }
div.DivClassName
{
background-color: #CC1615;
}
.BgClassName
{
background-color: #CC1615;
}
</style>
border-color css
<style>
span { border-color: #CC1615; }
span { border-color: rgb(204,22,21); }
td.TdClassName
{
border-color: #CC1615;
}
.TagClassName
{
border-color: #CC1615;
}
</style>