Shades of Fire Engine Red #CC131F
Tints of Fire Engine Red #CC131F
RGB
CMYK
RGB Variations
Color information
#CC131F (or 0xCC131F) is known color: Fire Engine Red. HEX triplet: CC, 13 and 1F. RGB value is (204,19,31). Sum of RGB (Red+Green+Blue) = 204+19+31=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC131F is #33ECE0. Grayscale: #4B4B4B. Windows color (decimal): -3402977 or 2036684. OLE color: 2036684.
HSL color Cylindrical-coordinate representation of color #CC131F: hue angle of 356.11º 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 #CC131F is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 31 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.2 |
| HSL | 356.11º | 0.83% | 0.44% | - |
| HSV(B) | 356.11º | 0.91% | 0.8% | - |
| XYZ | 25.38 | 13.4 | 2.55 | - |
| YUV | 75.68 | 102.79 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 31 | 0 | 0.91 | 0.85 | 0.2 | 356.11 | 0.83 | 0.44 |
| Hex | CC | 13 | 1F | 0 | 5B | 55 | 14 | 164 | 53 | 2C |
| Octal | 314 | 23 | 37 | 0 | 133 | 125 | 24 | 544 | 123 | 54 |
| Binary | 11001100 | 10011 | 11111 | 0 | 1011011 | 1010101 | 10100 | 101100100 | 1010011 | 101100 |
Color Harmonies of #CC131F
Complementary color
Monochromatic Colors of #CC131F
Black with #CC131F
Text Example
Text Example
White with #CC131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC131F; }
p { color: rgb(204,19,31); }
H1.HeaderClassName
{
color: #CC131F;
}
.AnyTagClassName
{
color: #CC131F;
}
</style>
background-color css
<style>
a { background-color: #CC131F; }
a { background-color: rgb(204,19,31); }
div.DivClassName
{
background-color: #CC131F;
}
.BgClassName
{
background-color: #CC131F;
}
</style>
border-color css
<style>
span { border-color: #CC131F; }
span { border-color: rgb(204,19,31); }
td.TdClassName
{
border-color: #CC131F;
}
.TagClassName
{
border-color: #CC131F;
}
</style>