Shades of Fire Engine Red #CC1A1D
Tints of Fire Engine Red #CC1A1D
RGB
CMYK
RGB Variations
Color information
#CC1A1D (or 0xCC1A1D) is known color: Fire Engine Red. HEX triplet: CC, 1A and 1D. RGB value is (204,26,29). Sum of RGB (Red+Green+Blue) = 204+26+29=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1A1D is #33E5E2. Grayscale: #4F4F4F. Windows color (decimal): -3401187 or 1907404. OLE color: 1907404.
HSL color Cylindrical-coordinate representation of color #CC1A1D: hue angle of 358.99º 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 #CC1A1D is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 26 | 29 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.2 |
| HSL | 358.99º | 0.77% | 0.45% | - |
| HSV(B) | 358.99º | 0.87% | 0.8% | - |
| XYZ | 25.49 | 13.66 | 2.46 | - |
| YUV | 79.56 | 99.47 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 29 | 0 | 0.87 | 0.86 | 0.2 | 358.99 | 0.77 | 0.45 |
| Hex | CC | 1A | 1D | 0 | 57 | 56 | 14 | 167 | 4D | 2D |
| Octal | 314 | 32 | 35 | 0 | 127 | 126 | 24 | 547 | 115 | 55 |
| Binary | 11001100 | 11010 | 11101 | 0 | 1010111 | 1010110 | 10100 | 101100111 | 1001101 | 101101 |
Color Harmonies of #CC1A1D
Complementary color
Monochromatic Colors of #CC1A1D
Black with #CC1A1D
Text Example
Text Example
White with #CC1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1A1D; }
p { color: rgb(204,26,29); }
H1.HeaderClassName
{
color: #CC1A1D;
}
.AnyTagClassName
{
color: #CC1A1D;
}
</style>
background-color css
<style>
a { background-color: #CC1A1D; }
a { background-color: rgb(204,26,29); }
div.DivClassName
{
background-color: #CC1A1D;
}
.BgClassName
{
background-color: #CC1A1D;
}
</style>
border-color css
<style>
span { border-color: #CC1A1D; }
span { border-color: rgb(204,26,29); }
td.TdClassName
{
border-color: #CC1A1D;
}
.TagClassName
{
border-color: #CC1A1D;
}
</style>