Shades of Fire Brick #CC1713
Tints of Fire Brick #CC1713
RGB
CMYK
RGB Variations
Color information
#CC1713 (or 0xCC1713) is known color: Fire Brick. HEX triplet: CC, 17 and 13. RGB value is (204,23,19). Sum of RGB (Red+Green+Blue) = 204+23+19=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1713 is #33E8EC. Grayscale: #4C4C4C. Windows color (decimal): -3401965 or 1251276. OLE color: 1251276.
HSL color Cylindrical-coordinate representation of color #CC1713: hue angle of 1.3º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1713 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 19 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.2 |
| HSL | 1.3º | 0.83% | 0.44% | - |
| HSV(B) | 1.3º | 0.91% | 0.8% | - |
| XYZ | 25.33 | 13.5 | 1.89 | - |
| YUV | 76.66 | 95.47 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 19 | 0 | 0.89 | 0.91 | 0.2 | 1.3 | 0.83 | 0.44 |
| Hex | CC | 17 | 13 | 0 | 59 | 5B | 14 | 1 | 53 | 2C |
| Octal | 314 | 27 | 23 | 0 | 131 | 133 | 24 | 1 | 123 | 54 |
| Binary | 11001100 | 10111 | 10011 | 0 | 1011001 | 1011011 | 10100 | 1 | 1010011 | 101100 |
Color Harmonies of #CC1713
Complementary color
Monochromatic Colors of #CC1713
Black with #CC1713
Text Example
Text Example
White with #CC1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1713; }
p { color: rgb(204,23,19); }
H1.HeaderClassName
{
color: #CC1713;
}
.AnyTagClassName
{
color: #CC1713;
}
</style>
background-color css
<style>
a { background-color: #CC1713; }
a { background-color: rgb(204,23,19); }
div.DivClassName
{
background-color: #CC1713;
}
.BgClassName
{
background-color: #CC1713;
}
</style>
border-color css
<style>
span { border-color: #CC1713; }
span { border-color: rgb(204,23,19); }
td.TdClassName
{
border-color: #CC1713;
}
.TagClassName
{
border-color: #CC1713;
}
</style>