Shades of Fire Engine Red #CC2023
Tints of Fire Engine Red #CC2023
RGB
CMYK
RGB Variations
Color information
#CC2023 (or 0xCC2023) is known color: Fire Engine Red. HEX triplet: CC, 20 and 23. RGB value is (204,32,35). Sum of RGB (Red+Green+Blue) = 204+32+35=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2023 is #33DFDC. Grayscale: #535353. Windows color (decimal): -3399645 or 2302156. OLE color: 2302156.
HSL color Cylindrical-coordinate representation of color #CC2023: hue angle of 358.95º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2023 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 35 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.2 |
| HSL | 358.95º | 0.73% | 0.46% | - |
| HSV(B) | 358.95º | 0.84% | 0.8% | - |
| XYZ | 25.72 | 13.99 | 2.94 | - |
| YUV | 83.77 | 100.48 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 35 | 0 | 0.84 | 0.83 | 0.2 | 358.95 | 0.73 | 0.46 |
| Hex | CC | 20 | 23 | 0 | 54 | 53 | 14 | 167 | 49 | 2E |
| Octal | 314 | 40 | 43 | 0 | 124 | 123 | 24 | 547 | 111 | 56 |
| Binary | 11001100 | 100000 | 100011 | 0 | 1010100 | 1010011 | 10100 | 101100111 | 1001001 | 101110 |
Color Harmonies of #CC2023
Complementary color
Monochromatic Colors of #CC2023
Black with #CC2023
Text Example
Text Example
White with #CC2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2023; }
p { color: rgb(204,32,35); }
H1.HeaderClassName
{
color: #CC2023;
}
.AnyTagClassName
{
color: #CC2023;
}
</style>
background-color css
<style>
a { background-color: #CC2023; }
a { background-color: rgb(204,32,35); }
div.DivClassName
{
background-color: #CC2023;
}
.BgClassName
{
background-color: #CC2023;
}
</style>
border-color css
<style>
span { border-color: #CC2023; }
span { border-color: rgb(204,32,35); }
td.TdClassName
{
border-color: #CC2023;
}
.TagClassName
{
border-color: #CC2023;
}
</style>