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