Shades of Fire Engine Red #CC1823
Tints of Fire Engine Red #CC1823
RGB
CMYK
RGB Variations
Color information
#CC1823 (or 0xCC1823) is known color: Fire Engine Red. HEX triplet: CC, 18 and 23. RGB value is (204,24,35). Sum of RGB (Red+Green+Blue) = 204+24+35=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1823 is #33E7DC. Grayscale: #4F4F4F. Windows color (decimal): -3401693 or 2300108. OLE color: 2300108.
HSL color Cylindrical-coordinate representation of color #CC1823: hue angle of 356.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1823 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 35 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.2 |
| HSL | 356.33º | 0.79% | 0.45% | - |
| HSV(B) | 356.33º | 0.88% | 0.8% | - |
| XYZ | 25.53 | 13.61 | 2.87 | - |
| YUV | 79.07 | 103.13 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 35 | 0 | 0.88 | 0.83 | 0.2 | 356.33 | 0.79 | 0.45 |
| Hex | CC | 18 | 23 | 0 | 58 | 53 | 14 | 164 | 4F | 2D |
| Octal | 314 | 30 | 43 | 0 | 130 | 123 | 24 | 544 | 117 | 55 |
| Binary | 11001100 | 11000 | 100011 | 0 | 1011000 | 1010011 | 10100 | 101100100 | 1001111 | 101101 |
Color Harmonies of #CC1823
Complementary color
Monochromatic Colors of #CC1823
Black with #CC1823
Text Example
Text Example
White with #CC1823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1823; }
p { color: rgb(204,24,35); }
H1.HeaderClassName
{
color: #CC1823;
}
.AnyTagClassName
{
color: #CC1823;
}
</style>
background-color css
<style>
a { background-color: #CC1823; }
a { background-color: rgb(204,24,35); }
div.DivClassName
{
background-color: #CC1823;
}
.BgClassName
{
background-color: #CC1823;
}
</style>
border-color css
<style>
span { border-color: #CC1823; }
span { border-color: rgb(204,24,35); }
td.TdClassName
{
border-color: #CC1823;
}
.TagClassName
{
border-color: #CC1823;
}
</style>