Shades of Fire Brick #CC1817
Tints of Fire Brick #CC1817
RGB
CMYK
RGB Variations
Color information
#CC1817 (or 0xCC1817) is known color: Fire Brick. HEX triplet: CC, 18 and 17. RGB value is (204,24,23). Sum of RGB (Red+Green+Blue) = 204+24+23=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1817 is #33E7E8. Grayscale: #4D4D4D. Windows color (decimal): -3401705 or 1513676. OLE color: 1513676.
HSL color Cylindrical-coordinate representation of color #CC1817: hue angle of 0.33º 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 #CC1817 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 23 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.2 |
| HSL | 0.33º | 0.8% | 0.45% | - |
| HSV(B) | 0.33º | 0.89% | 0.8% | - |
| XYZ | 25.38 | 13.55 | 2.09 | - |
| YUV | 77.71 | 97.13 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 23 | 0 | 0.88 | 0.89 | 0.2 | 0.33 | 0.8 | 0.45 |
| Hex | CC | 18 | 17 | 0 | 58 | 59 | 14 | 0 | 50 | 2D |
| Octal | 314 | 30 | 27 | 0 | 130 | 131 | 24 | 0 | 120 | 55 |
| Binary | 11001100 | 11000 | 10111 | 0 | 1011000 | 1011001 | 10100 | 0 | 1010000 | 101101 |
Color Harmonies of #CC1817
Complementary color
Monochromatic Colors of #CC1817
Black with #CC1817
Text Example
Text Example
White with #CC1817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1817; }
p { color: rgb(204,24,23); }
H1.HeaderClassName
{
color: #CC1817;
}
.AnyTagClassName
{
color: #CC1817;
}
</style>
background-color css
<style>
a { background-color: #CC1817; }
a { background-color: rgb(204,24,23); }
div.DivClassName
{
background-color: #CC1817;
}
.BgClassName
{
background-color: #CC1817;
}
</style>
border-color css
<style>
span { border-color: #CC1817; }
span { border-color: rgb(204,24,23); }
td.TdClassName
{
border-color: #CC1817;
}
.TagClassName
{
border-color: #CC1817;
}
</style>