Shades of Fire Engine Red #CC1929
Tints of Fire Engine Red #CC1929
RGB
CMYK
RGB Variations
Color information
#CC1929 (or 0xCC1929) is known color: Fire Engine Red. HEX triplet: CC, 19 and 29. RGB value is (204,25,41). Sum of RGB (Red+Green+Blue) = 204+25+41=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1929 is #33E6D6. Grayscale: #505050. Windows color (decimal): -3401431 or 2693580. OLE color: 2693580.
HSL color Cylindrical-coordinate representation of color #CC1929: hue angle of 354.64º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1929 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 41 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.2 |
| HSL | 354.64º | 0.78% | 0.45% | - |
| HSV(B) | 354.64º | 0.88% | 0.8% | - |
| XYZ | 25.65 | 13.69 | 3.39 | - |
| YUV | 80.35 | 105.8 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 41 | 0 | 0.88 | 0.80 | 0.2 | 354.64 | 0.78 | 0.45 |
| Hex | CC | 19 | 29 | 0 | 58 | 50 | 14 | 163 | 4E | 2D |
| Octal | 314 | 31 | 51 | 0 | 130 | 120 | 24 | 543 | 116 | 55 |
| Binary | 11001100 | 11001 | 101001 | 0 | 1011000 | 1010000 | 10100 | 101100011 | 1001110 | 101101 |
Color Harmonies of #CC1929
Complementary color
Monochromatic Colors of #CC1929
Black with #CC1929
Text Example
Text Example
White with #CC1929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1929; }
p { color: rgb(204,25,41); }
H1.HeaderClassName
{
color: #CC1929;
}
.AnyTagClassName
{
color: #CC1929;
}
</style>
background-color css
<style>
a { background-color: #CC1929; }
a { background-color: rgb(204,25,41); }
div.DivClassName
{
background-color: #CC1929;
}
.BgClassName
{
background-color: #CC1929;
}
</style>
border-color css
<style>
span { border-color: #CC1929; }
span { border-color: rgb(204,25,41); }
td.TdClassName
{
border-color: #CC1929;
}
.TagClassName
{
border-color: #CC1929;
}
</style>