Shades of Fire Engine Red #CC202D
Tints of Fire Engine Red #CC202D
RGB
CMYK
RGB Variations
Color information
#CC202D (or 0xCC202D) is known color: Fire Engine Red. HEX triplet: CC, 20 and 2D. RGB value is (204,32,45). Sum of RGB (Red+Green+Blue) = 204+32+45=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC202D is #33DFD2. Grayscale: #555555. Windows color (decimal): -3399635 or 2957516. OLE color: 2957516.
HSL color Cylindrical-coordinate representation of color #CC202D: hue angle of 355.47º 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 #CC202D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 45 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.2 |
| HSL | 355.47º | 0.73% | 0.46% | - |
| HSV(B) | 355.47º | 0.84% | 0.8% | - |
| XYZ | 25.89 | 14.06 | 3.83 | - |
| YUV | 84.91 | 105.48 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 45 | 0 | 0.84 | 0.78 | 0.2 | 355.47 | 0.73 | 0.46 |
| Hex | CC | 20 | 2D | 0 | 54 | 4E | 14 | 163 | 49 | 2E |
| Octal | 314 | 40 | 55 | 0 | 124 | 116 | 24 | 543 | 111 | 56 |
| Binary | 11001100 | 100000 | 101101 | 0 | 1010100 | 1001110 | 10100 | 101100011 | 1001001 | 101110 |
Color Harmonies of #CC202D
Complementary color
Monochromatic Colors of #CC202D
Black with #CC202D
Text Example
Text Example
White with #CC202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC202D; }
p { color: rgb(204,32,45); }
H1.HeaderClassName
{
color: #CC202D;
}
.AnyTagClassName
{
color: #CC202D;
}
</style>
background-color css
<style>
a { background-color: #CC202D; }
a { background-color: rgb(204,32,45); }
div.DivClassName
{
background-color: #CC202D;
}
.BgClassName
{
background-color: #CC202D;
}
</style>
border-color css
<style>
span { border-color: #CC202D; }
span { border-color: rgb(204,32,45); }
td.TdClassName
{
border-color: #CC202D;
}
.TagClassName
{
border-color: #CC202D;
}
</style>