Shades of Fire Engine Red #CC202B
Tints of Fire Engine Red #CC202B
RGB
CMYK
RGB Variations
Color information
#CC202B (or 0xCC202B) is known color: Fire Engine Red. HEX triplet: CC, 20 and 2B. RGB value is (204,32,43). Sum of RGB (Red+Green+Blue) = 204+32+43=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC202B is #33DFD4. Grayscale: #545454. Windows color (decimal): -3399637 or 2826444. OLE color: 2826444.
HSL color Cylindrical-coordinate representation of color #CC202B: hue angle of 356.16º 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 #CC202B is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 43 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.2 |
| HSL | 356.16º | 0.73% | 0.46% | - |
| HSV(B) | 356.16º | 0.84% | 0.8% | - |
| XYZ | 25.85 | 14.04 | 3.63 | - |
| YUV | 84.68 | 104.48 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 43 | 0 | 0.84 | 0.79 | 0.2 | 356.16 | 0.73 | 0.46 |
| Hex | CC | 20 | 2B | 0 | 54 | 4F | 14 | 164 | 49 | 2E |
| Octal | 314 | 40 | 53 | 0 | 124 | 117 | 24 | 544 | 111 | 56 |
| Binary | 11001100 | 100000 | 101011 | 0 | 1010100 | 1001111 | 10100 | 101100100 | 1001001 | 101110 |
Color Harmonies of #CC202B
Complementary color
Monochromatic Colors of #CC202B
Black with #CC202B
Text Example
Text Example
White with #CC202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC202B; }
p { color: rgb(204,32,43); }
H1.HeaderClassName
{
color: #CC202B;
}
.AnyTagClassName
{
color: #CC202B;
}
</style>
background-color css
<style>
a { background-color: #CC202B; }
a { background-color: rgb(204,32,43); }
div.DivClassName
{
background-color: #CC202B;
}
.BgClassName
{
background-color: #CC202B;
}
</style>
border-color css
<style>
span { border-color: #CC202B; }
span { border-color: rgb(204,32,43); }
td.TdClassName
{
border-color: #CC202B;
}
.TagClassName
{
border-color: #CC202B;
}
</style>