Shades of Fire Brick #CC1816
Tints of Fire Brick #CC1816
RGB
CMYK
RGB Variations
Color information
#CC1816 (or 0xCC1816) is known color: Fire Brick. HEX triplet: CC, 18 and 16. RGB value is (204,24,22). Sum of RGB (Red+Green+Blue) = 204+24+22=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1816 is #33E7E9. Grayscale: #4D4D4D. Windows color (decimal): -3401706 or 1448140. OLE color: 1448140.
HSL color Cylindrical-coordinate representation of color #CC1816: 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.89%. Process color model (Four color, CMYK) of #CC1816 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 22 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.2 |
| HSL | 0.66º | 0.81% | 0.44% | - |
| HSV(B) | 0.66º | 0.89% | 0.8% | - |
| XYZ | 25.37 | 13.55 | 2.04 | - |
| YUV | 77.59 | 96.63 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 22 | 0 | 0.88 | 0.89 | 0.2 | 0.66 | 0.81 | 0.44 |
| Hex | CC | 18 | 16 | 0 | 58 | 59 | 14 | 1 | 51 | 2C |
| Octal | 314 | 30 | 26 | 0 | 130 | 131 | 24 | 1 | 121 | 54 |
| Binary | 11001100 | 11000 | 10110 | 0 | 1011000 | 1011001 | 10100 | 1 | 1010001 | 101100 |
Color Harmonies of #CC1816
Complementary color
Monochromatic Colors of #CC1816
Black with #CC1816
Text Example
Text Example
White with #CC1816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1816; }
p { color: rgb(204,24,22); }
H1.HeaderClassName
{
color: #CC1816;
}
.AnyTagClassName
{
color: #CC1816;
}
</style>
background-color css
<style>
a { background-color: #CC1816; }
a { background-color: rgb(204,24,22); }
div.DivClassName
{
background-color: #CC1816;
}
.BgClassName
{
background-color: #CC1816;
}
</style>
border-color css
<style>
span { border-color: #CC1816; }
span { border-color: rgb(204,24,22); }
td.TdClassName
{
border-color: #CC1816;
}
.TagClassName
{
border-color: #CC1816;
}
</style>