Shades of Fire Engine Red #CC1723
Tints of Fire Engine Red #CC1723
RGB
CMYK
RGB Variations
Color information
#CC1723 (or 0xCC1723) is known color: Fire Engine Red. HEX triplet: CC, 17 and 23. RGB value is (204,23,35). Sum of RGB (Red+Green+Blue) = 204+23+35=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1723 is #33E8DC. Grayscale: #4E4E4E. Windows color (decimal): -3401949 or 2299852. OLE color: 2299852.
HSL color Cylindrical-coordinate representation of color #CC1723: hue angle of 356.02º 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 #CC1723 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 35 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.2 |
| HSL | 356.02º | 0.8% | 0.45% | - |
| HSV(B) | 356.02º | 0.89% | 0.8% | - |
| XYZ | 25.51 | 13.57 | 2.87 | - |
| YUV | 78.49 | 103.47 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 35 | 0 | 0.89 | 0.83 | 0.2 | 356.02 | 0.8 | 0.45 |
| Hex | CC | 17 | 23 | 0 | 59 | 53 | 14 | 164 | 50 | 2D |
| Octal | 314 | 27 | 43 | 0 | 131 | 123 | 24 | 544 | 120 | 55 |
| Binary | 11001100 | 10111 | 100011 | 0 | 1011001 | 1010011 | 10100 | 101100100 | 1010000 | 101101 |
Color Harmonies of #CC1723
Complementary color
Monochromatic Colors of #CC1723
Black with #CC1723
Text Example
Text Example
White with #CC1723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1723; }
p { color: rgb(204,23,35); }
H1.HeaderClassName
{
color: #CC1723;
}
.AnyTagClassName
{
color: #CC1723;
}
</style>
background-color css
<style>
a { background-color: #CC1723; }
a { background-color: rgb(204,23,35); }
div.DivClassName
{
background-color: #CC1723;
}
.BgClassName
{
background-color: #CC1723;
}
</style>
border-color css
<style>
span { border-color: #CC1723; }
span { border-color: rgb(204,23,35); }
td.TdClassName
{
border-color: #CC1723;
}
.TagClassName
{
border-color: #CC1723;
}
</style>