Shades of Fire Engine Red #CC131A
Tints of Fire Engine Red #CC131A
RGB
CMYK
RGB Variations
Color information
#CC131A (or 0xCC131A) is known color: Fire Engine Red. HEX triplet: CC, 13 and 1A. RGB value is (204,19,26). Sum of RGB (Red+Green+Blue) = 204+19+26=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC131A is #33ECE5. Grayscale: #4B4B4B. Windows color (decimal): -3402982 or 1709004. OLE color: 1709004.
HSL color Cylindrical-coordinate representation of color #CC131A: hue angle of 357.73º degrees, saturation: 0.83, 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 #CC131A is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 26 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.2 |
| HSL | 357.73º | 0.83% | 0.44% | - |
| HSV(B) | 357.73º | 0.91% | 0.8% | - |
| XYZ | 25.32 | 13.38 | 2.22 | - |
| YUV | 75.11 | 100.29 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 26 | 0 | 0.91 | 0.87 | 0.2 | 357.73 | 0.83 | 0.44 |
| Hex | CC | 13 | 1A | 0 | 5B | 57 | 14 | 166 | 53 | 2C |
| Octal | 314 | 23 | 32 | 0 | 133 | 127 | 24 | 546 | 123 | 54 |
| Binary | 11001100 | 10011 | 11010 | 0 | 1011011 | 1010111 | 10100 | 101100110 | 1010011 | 101100 |
Color Harmonies of #CC131A
Complementary color
Monochromatic Colors of #CC131A
Black with #CC131A
Text Example
Text Example
White with #CC131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC131A; }
p { color: rgb(204,19,26); }
H1.HeaderClassName
{
color: #CC131A;
}
.AnyTagClassName
{
color: #CC131A;
}
</style>
background-color css
<style>
a { background-color: #CC131A; }
a { background-color: rgb(204,19,26); }
div.DivClassName
{
background-color: #CC131A;
}
.BgClassName
{
background-color: #CC131A;
}
</style>
border-color css
<style>
span { border-color: #CC131A; }
span { border-color: rgb(204,19,26); }
td.TdClassName
{
border-color: #CC131A;
}
.TagClassName
{
border-color: #CC131A;
}
</style>