Shades of Fire Brick #CC1715
Tints of Fire Brick #CC1715
RGB
CMYK
RGB Variations
Color information
#CC1715 (or 0xCC1715) is known color: Fire Brick. HEX triplet: CC, 17 and 15. RGB value is (204,23,21). Sum of RGB (Red+Green+Blue) = 204+23+21=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1715 is #33E8EA. Grayscale: #4D4D4D. Windows color (decimal): -3401963 or 1382348. OLE color: 1382348.
HSL color Cylindrical-coordinate representation of color #CC1715: hue angle of 0.66º 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 #CC1715 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 21 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.2 |
| HSL | 0.66º | 0.81% | 0.44% | - |
| HSV(B) | 0.66º | 0.9% | 0.8% | - |
| XYZ | 25.34 | 13.5 | 1.98 | - |
| YUV | 76.89 | 96.47 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 21 | 0 | 0.89 | 0.90 | 0.2 | 0.66 | 0.81 | 0.44 |
| Hex | CC | 17 | 15 | 0 | 59 | 5A | 14 | 1 | 51 | 2C |
| Octal | 314 | 27 | 25 | 0 | 131 | 132 | 24 | 1 | 121 | 54 |
| Binary | 11001100 | 10111 | 10101 | 0 | 1011001 | 1011010 | 10100 | 1 | 1010001 | 101100 |
Color Harmonies of #CC1715
Complementary color
Monochromatic Colors of #CC1715
Black with #CC1715
Text Example
Text Example
White with #CC1715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1715; }
p { color: rgb(204,23,21); }
H1.HeaderClassName
{
color: #CC1715;
}
.AnyTagClassName
{
color: #CC1715;
}
</style>
background-color css
<style>
a { background-color: #CC1715; }
a { background-color: rgb(204,23,21); }
div.DivClassName
{
background-color: #CC1715;
}
.BgClassName
{
background-color: #CC1715;
}
</style>
border-color css
<style>
span { border-color: #CC1715; }
span { border-color: rgb(204,23,21); }
td.TdClassName
{
border-color: #CC1715;
}
.TagClassName
{
border-color: #CC1715;
}
</style>