Shades of Fire Engine Red #CC132B
Tints of Fire Engine Red #CC132B
RGB
CMYK
RGB Variations
Color information
#CC132B (or 0xCC132B) is known color: Fire Engine Red. HEX triplet: CC, 13 and 2B. RGB value is (204,19,43). Sum of RGB (Red+Green+Blue) = 204+19+43=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC132B is #33ECD4. Grayscale: #4D4D4D. Windows color (decimal): -3402965 or 2823116. OLE color: 2823116.
HSL color Cylindrical-coordinate representation of color #CC132B: hue angle of 352.22º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC132B is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 43 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.2 |
| HSL | 352.22º | 0.83% | 0.44% | - |
| HSV(B) | 352.22º | 0.91% | 0.8% | - |
| XYZ | 25.57 | 13.48 | 3.54 | - |
| YUV | 77.05 | 108.79 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 43 | 0 | 0.91 | 0.79 | 0.2 | 352.22 | 0.83 | 0.44 |
| Hex | CC | 13 | 2B | 0 | 5B | 4F | 14 | 160 | 53 | 2C |
| Octal | 314 | 23 | 53 | 0 | 133 | 117 | 24 | 540 | 123 | 54 |
| Binary | 11001100 | 10011 | 101011 | 0 | 1011011 | 1001111 | 10100 | 101100000 | 1010011 | 101100 |
Color Harmonies of #CC132B
Complementary color
Monochromatic Colors of #CC132B
Black with #CC132B
Text Example
Text Example
White with #CC132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC132B; }
p { color: rgb(204,19,43); }
H1.HeaderClassName
{
color: #CC132B;
}
.AnyTagClassName
{
color: #CC132B;
}
</style>
background-color css
<style>
a { background-color: #CC132B; }
a { background-color: rgb(204,19,43); }
div.DivClassName
{
background-color: #CC132B;
}
.BgClassName
{
background-color: #CC132B;
}
</style>
border-color css
<style>
span { border-color: #CC132B; }
span { border-color: rgb(204,19,43); }
td.TdClassName
{
border-color: #CC132B;
}
.TagClassName
{
border-color: #CC132B;
}
</style>