Shades of Fire Engine Red #CC1325
Tints of Fire Engine Red #CC1325
RGB
CMYK
RGB Variations
Color information
#CC1325 (or 0xCC1325) is known color: Fire Engine Red. HEX triplet: CC, 13 and 25. RGB value is (204,19,37). Sum of RGB (Red+Green+Blue) = 204+19+37=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1325 is #33ECDA. Grayscale: #4C4C4C. Windows color (decimal): -3402971 or 2429900. OLE color: 2429900.
HSL color Cylindrical-coordinate representation of color #CC1325: hue angle of 354.16º 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 #CC1325 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 37 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.2 |
| HSL | 354.16º | 0.83% | 0.44% | - |
| HSV(B) | 354.16º | 0.91% | 0.8% | - |
| XYZ | 25.47 | 13.44 | 3 | - |
| YUV | 76.37 | 105.79 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 37 | 0 | 0.91 | 0.82 | 0.2 | 354.16 | 0.83 | 0.44 |
| Hex | CC | 13 | 25 | 0 | 5B | 52 | 14 | 162 | 53 | 2C |
| Octal | 314 | 23 | 45 | 0 | 133 | 122 | 24 | 542 | 123 | 54 |
| Binary | 11001100 | 10011 | 100101 | 0 | 1011011 | 1010010 | 10100 | 101100010 | 1010011 | 101100 |
Color Harmonies of #CC1325
Complementary color
Monochromatic Colors of #CC1325
Black with #CC1325
Text Example
Text Example
White with #CC1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1325; }
p { color: rgb(204,19,37); }
H1.HeaderClassName
{
color: #CC1325;
}
.AnyTagClassName
{
color: #CC1325;
}
</style>
background-color css
<style>
a { background-color: #CC1325; }
a { background-color: rgb(204,19,37); }
div.DivClassName
{
background-color: #CC1325;
}
.BgClassName
{
background-color: #CC1325;
}
</style>
border-color css
<style>
span { border-color: #CC1325; }
span { border-color: rgb(204,19,37); }
td.TdClassName
{
border-color: #CC1325;
}
.TagClassName
{
border-color: #CC1325;
}
</style>