Shades of Fire Brick #CC1515
Tints of Fire Brick #CC1515
RGB
CMYK
RGB Variations
Color information
#CC1515 (or 0xCC1515) is known color: Fire Brick. HEX triplet: CC, 15 and 15. RGB value is (204,21,21). Sum of RGB (Red+Green+Blue) = 204+21+21=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1515 is #33EAEA. Grayscale: #4B4B4B. Windows color (decimal): -3402475 or 1381836. OLE color: 1381836.
HSL color Cylindrical-coordinate representation of color #CC1515: 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.9%. Process color model (Four color, CMYK) of #CC1515 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 21 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.2 |
| HSL | 0º | 0.81% | 0.44% | - |
| HSV(B) | 0º | 0.9% | 0.8% | - |
| XYZ | 25.31 | 13.43 | 1.97 | - |
| YUV | 75.72 | 97.13 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 21 | 0 | 0.90 | 0.90 | 0.2 | 0 | 0.81 | 0.44 |
| Hex | CC | 15 | 15 | 0 | 5A | 5A | 14 | 0 | 51 | 2C |
| Octal | 314 | 25 | 25 | 0 | 132 | 132 | 24 | 0 | 121 | 54 |
| Binary | 11001100 | 10101 | 10101 | 0 | 1011010 | 1011010 | 10100 | 0 | 1010001 | 101100 |
Color Harmonies of #CC1515
Complementary color
Monochromatic Colors of #CC1515
Black with #CC1515
Text Example
Text Example
White with #CC1515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1515; }
p { color: rgb(204,21,21); }
H1.HeaderClassName
{
color: #CC1515;
}
.AnyTagClassName
{
color: #CC1515;
}
</style>
background-color css
<style>
a { background-color: #CC1515; }
a { background-color: rgb(204,21,21); }
div.DivClassName
{
background-color: #CC1515;
}
.BgClassName
{
background-color: #CC1515;
}
</style>
border-color css
<style>
span { border-color: #CC1515; }
span { border-color: rgb(204,21,21); }
td.TdClassName
{
border-color: #CC1515;
}
.TagClassName
{
border-color: #CC1515;
}
</style>