Shades of Fire Engine Red #CC131B
Tints of Fire Engine Red #CC131B
RGB
CMYK
RGB Variations
Color information
#CC131B (or 0xCC131B) is known color: Fire Engine Red. HEX triplet: CC, 13 and 1B. RGB value is (204,19,27). Sum of RGB (Red+Green+Blue) = 204+19+27=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC131B is #33ECE4. Grayscale: #4B4B4B. Windows color (decimal): -3402981 or 1774540. OLE color: 1774540.
HSL color Cylindrical-coordinate representation of color #CC131B: hue angle of 357.41º 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 #CC131B is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 27 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.2 |
| HSL | 357.41º | 0.83% | 0.44% | - |
| HSV(B) | 357.41º | 0.91% | 0.8% | - |
| XYZ | 25.33 | 13.38 | 2.28 | - |
| YUV | 75.23 | 100.79 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 27 | 0 | 0.91 | 0.87 | 0.2 | 357.41 | 0.83 | 0.44 |
| Hex | CC | 13 | 1B | 0 | 5B | 57 | 14 | 165 | 53 | 2C |
| Octal | 314 | 23 | 33 | 0 | 133 | 127 | 24 | 545 | 123 | 54 |
| Binary | 11001100 | 10011 | 11011 | 0 | 1011011 | 1010111 | 10100 | 101100101 | 1010011 | 101100 |
Color Harmonies of #CC131B
Complementary color
Monochromatic Colors of #CC131B
Black with #CC131B
Text Example
Text Example
White with #CC131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC131B; }
p { color: rgb(204,19,27); }
H1.HeaderClassName
{
color: #CC131B;
}
.AnyTagClassName
{
color: #CC131B;
}
</style>
background-color css
<style>
a { background-color: #CC131B; }
a { background-color: rgb(204,19,27); }
div.DivClassName
{
background-color: #CC131B;
}
.BgClassName
{
background-color: #CC131B;
}
</style>
border-color css
<style>
span { border-color: #CC131B; }
span { border-color: rgb(204,19,27); }
td.TdClassName
{
border-color: #CC131B;
}
.TagClassName
{
border-color: #CC131B;
}
</style>