Shades of Fire Engine Red #CC1625
Tints of Fire Engine Red #CC1625
RGB
CMYK
RGB Variations
Color information
#CC1625 (or 0xCC1625) is known color: Fire Engine Red. HEX triplet: CC, 16 and 25. RGB value is (204,22,37). Sum of RGB (Red+Green+Blue) = 204+22+37=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1625 is #33E9DA. Grayscale: #4E4E4E. Windows color (decimal): -3402203 or 2430668. OLE color: 2430668.
HSL color Cylindrical-coordinate representation of color #CC1625: hue angle of 355.05º 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 #CC1625 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 37 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.2 |
| HSL | 355.05º | 0.81% | 0.44% | - |
| HSV(B) | 355.05º | 0.89% | 0.8% | - |
| XYZ | 25.52 | 13.54 | 3.02 | - |
| YUV | 78.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 37 | 0 | 0.89 | 0.82 | 0.2 | 355.05 | 0.81 | 0.44 |
| Hex | CC | 16 | 25 | 0 | 59 | 52 | 14 | 163 | 51 | 2C |
| Octal | 314 | 26 | 45 | 0 | 131 | 122 | 24 | 543 | 121 | 54 |
| Binary | 11001100 | 10110 | 100101 | 0 | 1011001 | 1010010 | 10100 | 101100011 | 1010001 | 101100 |
Color Harmonies of #CC1625
Complementary color
Monochromatic Colors of #CC1625
Black with #CC1625
Text Example
Text Example
White with #CC1625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1625; }
p { color: rgb(204,22,37); }
H1.HeaderClassName
{
color: #CC1625;
}
.AnyTagClassName
{
color: #CC1625;
}
</style>
background-color css
<style>
a { background-color: #CC1625; }
a { background-color: rgb(204,22,37); }
div.DivClassName
{
background-color: #CC1625;
}
.BgClassName
{
background-color: #CC1625;
}
</style>
border-color css
<style>
span { border-color: #CC1625; }
span { border-color: rgb(204,22,37); }
td.TdClassName
{
border-color: #CC1625;
}
.TagClassName
{
border-color: #CC1625;
}
</style>