Shades of Fire Brick #CC1717
Tints of Fire Brick #CC1717
RGB
CMYK
RGB Variations
Color information
#CC1717 (or 0xCC1717) is known color: Fire Brick. HEX triplet: CC, 17 and 17. RGB value is (204,23,23). Sum of RGB (Red+Green+Blue) = 204+23+23=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1717 is #33E8E8. Grayscale: #4D4D4D. Windows color (decimal): -3401961 or 1513420. OLE color: 1513420.
HSL color Cylindrical-coordinate representation of color #CC1717: hue angle of 0º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1717 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 23 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.2 |
| HSL | 0º | 0.8% | 0.45% | - |
| HSV(B) | 0º | 0.89% | 0.8% | - |
| XYZ | 25.36 | 13.51 | 2.08 | - |
| YUV | 77.12 | 97.47 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 23 | 0 | 0.89 | 0.89 | 0.2 | 0 | 0.8 | 0.45 |
| Hex | CC | 17 | 17 | 0 | 59 | 59 | 14 | 0 | 50 | 2D |
| Octal | 314 | 27 | 27 | 0 | 131 | 131 | 24 | 0 | 120 | 55 |
| Binary | 11001100 | 10111 | 10111 | 0 | 1011001 | 1011001 | 10100 | 0 | 1010000 | 101101 |
Color Harmonies of #CC1717
Complementary color
Monochromatic Colors of #CC1717
Black with #CC1717
Text Example
Text Example
White with #CC1717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1717; }
p { color: rgb(204,23,23); }
H1.HeaderClassName
{
color: #CC1717;
}
.AnyTagClassName
{
color: #CC1717;
}
</style>
background-color css
<style>
a { background-color: #CC1717; }
a { background-color: rgb(204,23,23); }
div.DivClassName
{
background-color: #CC1717;
}
.BgClassName
{
background-color: #CC1717;
}
</style>
border-color css
<style>
span { border-color: #CC1717; }
span { border-color: rgb(204,23,23); }
td.TdClassName
{
border-color: #CC1717;
}
.TagClassName
{
border-color: #CC1717;
}
</style>