Shades of Fire Engine Red #CC141F
Tints of Fire Engine Red #CC141F
RGB
CMYK
RGB Variations
Color information
#CC141F (or 0xCC141F) is known color: Fire Engine Red. HEX triplet: CC, 14 and 1F. RGB value is (204,20,31). Sum of RGB (Red+Green+Blue) = 204+20+31=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC141F is #33EBE0. Grayscale: #4C4C4C. Windows color (decimal): -3402721 or 2036940. OLE color: 2036940.
HSL color Cylindrical-coordinate representation of color #CC141F: hue angle of 356.41º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC141F is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 31 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.2 |
| HSL | 356.41º | 0.82% | 0.44% | - |
| HSV(B) | 356.41º | 0.9% | 0.8% | - |
| XYZ | 25.4 | 13.44 | 2.55 | - |
| YUV | 76.27 | 102.46 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 31 | 0 | 0.90 | 0.85 | 0.2 | 356.41 | 0.82 | 0.44 |
| Hex | CC | 14 | 1F | 0 | 5A | 55 | 14 | 164 | 52 | 2C |
| Octal | 314 | 24 | 37 | 0 | 132 | 125 | 24 | 544 | 122 | 54 |
| Binary | 11001100 | 10100 | 11111 | 0 | 1011010 | 1010101 | 10100 | 101100100 | 1010010 | 101100 |
Color Harmonies of #CC141F
Complementary color
Monochromatic Colors of #CC141F
Black with #CC141F
Text Example
Text Example
White with #CC141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC141F; }
p { color: rgb(204,20,31); }
H1.HeaderClassName
{
color: #CC141F;
}
.AnyTagClassName
{
color: #CC141F;
}
</style>
background-color css
<style>
a { background-color: #CC141F; }
a { background-color: rgb(204,20,31); }
div.DivClassName
{
background-color: #CC141F;
}
.BgClassName
{
background-color: #CC141F;
}
</style>
border-color css
<style>
span { border-color: #CC141F; }
span { border-color: rgb(204,20,31); }
td.TdClassName
{
border-color: #CC141F;
}
.TagClassName
{
border-color: #CC141F;
}
</style>