Shades of Fire Engine Red #CC1A29
Tints of Fire Engine Red #CC1A29
RGB
CMYK
RGB Variations
Color information
#CC1A29 (or 0xCC1A29) is known color: Fire Engine Red. HEX triplet: CC, 1A and 29. RGB value is (204,26,41). Sum of RGB (Red+Green+Blue) = 204+26+41=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1A29 is #33E5D6. Grayscale: #515151. Windows color (decimal): -3401175 or 2693836. OLE color: 2693836.
HSL color Cylindrical-coordinate representation of color #CC1A29: hue angle of 354.94º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1A29 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 26 | 41 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.2 |
| HSL | 354.94º | 0.77% | 0.45% | - |
| HSV(B) | 354.94º | 0.87% | 0.8% | - |
| XYZ | 25.67 | 13.74 | 3.4 | - |
| YUV | 80.93 | 105.47 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 41 | 0 | 0.87 | 0.80 | 0.2 | 354.94 | 0.77 | 0.45 |
| Hex | CC | 1A | 29 | 0 | 57 | 50 | 14 | 163 | 4D | 2D |
| Octal | 314 | 32 | 51 | 0 | 127 | 120 | 24 | 543 | 115 | 55 |
| Binary | 11001100 | 11010 | 101001 | 0 | 1010111 | 1010000 | 10100 | 101100011 | 1001101 | 101101 |
Color Harmonies of #CC1A29
Complementary color
Monochromatic Colors of #CC1A29
Black with #CC1A29
Text Example
Text Example
White with #CC1A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1A29; }
p { color: rgb(204,26,41); }
H1.HeaderClassName
{
color: #CC1A29;
}
.AnyTagClassName
{
color: #CC1A29;
}
</style>
background-color css
<style>
a { background-color: #CC1A29; }
a { background-color: rgb(204,26,41); }
div.DivClassName
{
background-color: #CC1A29;
}
.BgClassName
{
background-color: #CC1A29;
}
</style>
border-color css
<style>
span { border-color: #CC1A29; }
span { border-color: rgb(204,26,41); }
td.TdClassName
{
border-color: #CC1A29;
}
.TagClassName
{
border-color: #CC1A29;
}
</style>