Shades of Fire Engine Red #CC131C
Tints of Fire Engine Red #CC131C
RGB
CMYK
RGB Variations
Color information
#CC131C (or 0xCC131C) is known color: Fire Engine Red. HEX triplet: CC, 13 and 1C. RGB value is (204,19,28). Sum of RGB (Red+Green+Blue) = 204+19+28=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC131C is #33ECE3. Grayscale: #4B4B4B. Windows color (decimal): -3402980 or 1840076. OLE color: 1840076.
HSL color Cylindrical-coordinate representation of color #CC131C: hue angle of 357.08º 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 #CC131C is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 28 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.2 |
| HSL | 357.08º | 0.83% | 0.44% | - |
| HSV(B) | 357.08º | 0.91% | 0.8% | - |
| XYZ | 25.34 | 13.39 | 2.35 | - |
| YUV | 75.34 | 101.29 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 28 | 0 | 0.91 | 0.86 | 0.2 | 357.08 | 0.83 | 0.44 |
| Hex | CC | 13 | 1C | 0 | 5B | 56 | 14 | 165 | 53 | 2C |
| Octal | 314 | 23 | 34 | 0 | 133 | 126 | 24 | 545 | 123 | 54 |
| Binary | 11001100 | 10011 | 11100 | 0 | 1011011 | 1010110 | 10100 | 101100101 | 1010011 | 101100 |
Color Harmonies of #CC131C
Complementary color
Monochromatic Colors of #CC131C
Black with #CC131C
Text Example
Text Example
White with #CC131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC131C; }
p { color: rgb(204,19,28); }
H1.HeaderClassName
{
color: #CC131C;
}
.AnyTagClassName
{
color: #CC131C;
}
</style>
background-color css
<style>
a { background-color: #CC131C; }
a { background-color: rgb(204,19,28); }
div.DivClassName
{
background-color: #CC131C;
}
.BgClassName
{
background-color: #CC131C;
}
</style>
border-color css
<style>
span { border-color: #CC131C; }
span { border-color: rgb(204,19,28); }
td.TdClassName
{
border-color: #CC131C;
}
.TagClassName
{
border-color: #CC131C;
}
</style>