Shades of Fire Engine Red #CC141D
Tints of Fire Engine Red #CC141D
RGB
CMYK
RGB Variations
Color information
#CC141D (or 0xCC141D) is known color: Fire Engine Red. HEX triplet: CC, 14 and 1D. RGB value is (204,20,29). Sum of RGB (Red+Green+Blue) = 204+20+29=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC141D is #33EBE2. Grayscale: #4C4C4C. Windows color (decimal): -3402723 or 1905868. OLE color: 1905868.
HSL color Cylindrical-coordinate representation of color #CC141D: hue angle of 357.07º 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 #CC141D is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 29 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.2 |
| HSL | 357.07º | 0.82% | 0.44% | - |
| HSV(B) | 357.07º | 0.9% | 0.8% | - |
| XYZ | 25.37 | 13.43 | 2.42 | - |
| YUV | 76.04 | 101.46 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 29 | 0 | 0.90 | 0.86 | 0.2 | 357.07 | 0.82 | 0.44 |
| Hex | CC | 14 | 1D | 0 | 5A | 56 | 14 | 165 | 52 | 2C |
| Octal | 314 | 24 | 35 | 0 | 132 | 126 | 24 | 545 | 122 | 54 |
| Binary | 11001100 | 10100 | 11101 | 0 | 1011010 | 1010110 | 10100 | 101100101 | 1010010 | 101100 |
Color Harmonies of #CC141D
Complementary color
Monochromatic Colors of #CC141D
Black with #CC141D
Text Example
Text Example
White with #CC141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC141D; }
p { color: rgb(204,20,29); }
H1.HeaderClassName
{
color: #CC141D;
}
.AnyTagClassName
{
color: #CC141D;
}
</style>
background-color css
<style>
a { background-color: #CC141D; }
a { background-color: rgb(204,20,29); }
div.DivClassName
{
background-color: #CC141D;
}
.BgClassName
{
background-color: #CC141D;
}
</style>
border-color css
<style>
span { border-color: #CC141D; }
span { border-color: rgb(204,20,29); }
td.TdClassName
{
border-color: #CC141D;
}
.TagClassName
{
border-color: #CC141D;
}
</style>