Shades of Fire Engine Red #CC102D
Tints of Fire Engine Red #CC102D
RGB
CMYK
RGB Variations
Color information
#CC102D (or 0xCC102D) is known color: Fire Engine Red. HEX triplet: CC, 10 and 2D. RGB value is (204,16,45). Sum of RGB (Red+Green+Blue) = 204+16+45=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC102D is #33EFD2. Grayscale: #4B4B4B. Windows color (decimal): -3403731 or 2953420. OLE color: 2953420.
HSL color Cylindrical-coordinate representation of color #CC102D: hue angle of 350.74º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC102D is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 45 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.2 |
| HSL | 350.74º | 0.85% | 0.43% | - |
| HSV(B) | 350.74º | 0.92% | 0.8% | - |
| XYZ | 25.56 | 13.4 | 3.72 | - |
| YUV | 75.52 | 110.78 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 45 | 0 | 0.92 | 0.78 | 0.2 | 350.74 | 0.85 | 0.43 |
| Hex | CC | 10 | 2D | 0 | 5C | 4E | 14 | 15F | 55 | 2B |
| Octal | 314 | 20 | 55 | 0 | 134 | 116 | 24 | 537 | 125 | 53 |
| Binary | 11001100 | 10000 | 101101 | 0 | 1011100 | 1001110 | 10100 | 101011111 | 1010101 | 101011 |
Color Harmonies of #CC102D
Complementary color
Monochromatic Colors of #CC102D
Black with #CC102D
Text Example
Text Example
White with #CC102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC102D; }
p { color: rgb(204,16,45); }
H1.HeaderClassName
{
color: #CC102D;
}
.AnyTagClassName
{
color: #CC102D;
}
</style>
background-color css
<style>
a { background-color: #CC102D; }
a { background-color: rgb(204,16,45); }
div.DivClassName
{
background-color: #CC102D;
}
.BgClassName
{
background-color: #CC102D;
}
</style>
border-color css
<style>
span { border-color: #CC102D; }
span { border-color: rgb(204,16,45); }
td.TdClassName
{
border-color: #CC102D;
}
.TagClassName
{
border-color: #CC102D;
}
</style>