Shades of Fire Engine Red #CC122A
Tints of Fire Engine Red #CC122A
RGB
CMYK
RGB Variations
Color information
#CC122A (or 0xCC122A) is known color: Fire Engine Red. HEX triplet: CC, 12 and 2A. RGB value is (204,18,42). Sum of RGB (Red+Green+Blue) = 204+18+42=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC122A is #33EDD5. Grayscale: #4C4C4C. Windows color (decimal): -3403222 or 2757324. OLE color: 2757324.
HSL color Cylindrical-coordinate representation of color #CC122A: hue angle of 352.26º 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 #CC122A is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 42 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.2 |
| HSL | 352.26º | 0.84% | 0.44% | - |
| HSV(B) | 352.26º | 0.91% | 0.8% | - |
| XYZ | 25.54 | 13.44 | 3.44 | - |
| YUV | 76.35 | 108.62 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 42 | 0 | 0.91 | 0.79 | 0.2 | 352.26 | 0.84 | 0.44 |
| Hex | CC | 12 | 2A | 0 | 5B | 4F | 14 | 160 | 54 | 2C |
| Octal | 314 | 22 | 52 | 0 | 133 | 117 | 24 | 540 | 124 | 54 |
| Binary | 11001100 | 10010 | 101010 | 0 | 1011011 | 1001111 | 10100 | 101100000 | 1010100 | 101100 |
Color Harmonies of #CC122A
Complementary color
Monochromatic Colors of #CC122A
Black with #CC122A
Text Example
Text Example
White with #CC122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC122A; }
p { color: rgb(204,18,42); }
H1.HeaderClassName
{
color: #CC122A;
}
.AnyTagClassName
{
color: #CC122A;
}
</style>
background-color css
<style>
a { background-color: #CC122A; }
a { background-color: rgb(204,18,42); }
div.DivClassName
{
background-color: #CC122A;
}
.BgClassName
{
background-color: #CC122A;
}
</style>
border-color css
<style>
span { border-color: #CC122A; }
span { border-color: rgb(204,18,42); }
td.TdClassName
{
border-color: #CC122A;
}
.TagClassName
{
border-color: #CC122A;
}
</style>