Shades of Fire Engine Red #CC1422
Tints of Fire Engine Red #CC1422
RGB
CMYK
RGB Variations
Color information
#CC1422 (or 0xCC1422) is known color: Fire Engine Red. HEX triplet: CC, 14 and 22. RGB value is (204,20,34). Sum of RGB (Red+Green+Blue) = 204+20+34=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1422 is #33EBDD. Grayscale: #4C4C4C. Windows color (decimal): -3402718 or 2233548. OLE color: 2233548.
HSL color Cylindrical-coordinate representation of color #CC1422: hue angle of 355.43º 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 #CC1422 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 34 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.2 |
| HSL | 355.43º | 0.82% | 0.44% | - |
| HSV(B) | 355.43º | 0.9% | 0.8% | - |
| XYZ | 25.44 | 13.45 | 2.77 | - |
| YUV | 76.61 | 103.96 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 34 | 0 | 0.90 | 0.83 | 0.2 | 355.43 | 0.82 | 0.44 |
| Hex | CC | 14 | 22 | 0 | 5A | 53 | 14 | 163 | 52 | 2C |
| Octal | 314 | 24 | 42 | 0 | 132 | 123 | 24 | 543 | 122 | 54 |
| Binary | 11001100 | 10100 | 100010 | 0 | 1011010 | 1010011 | 10100 | 101100011 | 1010010 | 101100 |
Color Harmonies of #CC1422
Complementary color
Monochromatic Colors of #CC1422
Black with #CC1422
Text Example
Text Example
White with #CC1422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1422; }
p { color: rgb(204,20,34); }
H1.HeaderClassName
{
color: #CC1422;
}
.AnyTagClassName
{
color: #CC1422;
}
</style>
background-color css
<style>
a { background-color: #CC1422; }
a { background-color: rgb(204,20,34); }
div.DivClassName
{
background-color: #CC1422;
}
.BgClassName
{
background-color: #CC1422;
}
</style>
border-color css
<style>
span { border-color: #CC1422; }
span { border-color: rgb(204,20,34); }
td.TdClassName
{
border-color: #CC1422;
}
.TagClassName
{
border-color: #CC1422;
}
</style>