Shades of Fire Engine Red #CC121A
Tints of Fire Engine Red #CC121A
RGB
CMYK
RGB Variations
Color information
#CC121A (or 0xCC121A) is known color: Fire Engine Red. HEX triplet: CC, 12 and 1A. RGB value is (204,18,26). Sum of RGB (Red+Green+Blue) = 204+18+26=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC121A is #33EDE5. Grayscale: #4A4A4A. Windows color (decimal): -3403238 or 1708748. OLE color: 1708748.
HSL color Cylindrical-coordinate representation of color #CC121A: hue angle of 357.42º degrees, saturation: 0.84, 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 #CC121A is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 26 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.2 |
| HSL | 357.42º | 0.84% | 0.44% | - |
| HSV(B) | 357.42º | 0.91% | 0.8% | - |
| XYZ | 25.3 | 13.34 | 2.22 | - |
| YUV | 74.53 | 100.62 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 26 | 0 | 0.91 | 0.87 | 0.2 | 357.42 | 0.84 | 0.44 |
| Hex | CC | 12 | 1A | 0 | 5B | 57 | 14 | 165 | 54 | 2C |
| Octal | 314 | 22 | 32 | 0 | 133 | 127 | 24 | 545 | 124 | 54 |
| Binary | 11001100 | 10010 | 11010 | 0 | 1011011 | 1010111 | 10100 | 101100101 | 1010100 | 101100 |
Color Harmonies of #CC121A
Complementary color
Monochromatic Colors of #CC121A
Black with #CC121A
Text Example
Text Example
White with #CC121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC121A; }
p { color: rgb(204,18,26); }
H1.HeaderClassName
{
color: #CC121A;
}
.AnyTagClassName
{
color: #CC121A;
}
</style>
background-color css
<style>
a { background-color: #CC121A; }
a { background-color: rgb(204,18,26); }
div.DivClassName
{
background-color: #CC121A;
}
.BgClassName
{
background-color: #CC121A;
}
</style>
border-color css
<style>
span { border-color: #CC121A; }
span { border-color: rgb(204,18,26); }
td.TdClassName
{
border-color: #CC121A;
}
.TagClassName
{
border-color: #CC121A;
}
</style>