Shades of Fire Engine Red #CC182A
Tints of Fire Engine Red #CC182A
RGB
CMYK
RGB Variations
Color information
#CC182A (or 0xCC182A) is known color: Fire Engine Red. HEX triplet: CC, 18 and 2A. RGB value is (204,24,42). Sum of RGB (Red+Green+Blue) = 204+24+42=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC182A is #33E7D5. Grayscale: #4F4F4F. Windows color (decimal): -3401686 or 2758860. OLE color: 2758860.
HSL color Cylindrical-coordinate representation of color #CC182A: hue angle of 354º degrees, saturation: 0.79, 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 #CC182A is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 42 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.2 |
| HSL | 354º | 0.79% | 0.45% | - |
| HSV(B) | 354º | 0.88% | 0.8% | - |
| XYZ | 25.65 | 13.66 | 3.47 | - |
| YUV | 79.87 | 106.63 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 42 | 0 | 0.88 | 0.79 | 0.2 | 354 | 0.79 | 0.45 |
| Hex | CC | 18 | 2A | 0 | 58 | 4F | 14 | 162 | 4F | 2D |
| Octal | 314 | 30 | 52 | 0 | 130 | 117 | 24 | 542 | 117 | 55 |
| Binary | 11001100 | 11000 | 101010 | 0 | 1011000 | 1001111 | 10100 | 101100010 | 1001111 | 101101 |
Color Harmonies of #CC182A
Complementary color
Monochromatic Colors of #CC182A
Black with #CC182A
Text Example
Text Example
White with #CC182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC182A; }
p { color: rgb(204,24,42); }
H1.HeaderClassName
{
color: #CC182A;
}
.AnyTagClassName
{
color: #CC182A;
}
</style>
background-color css
<style>
a { background-color: #CC182A; }
a { background-color: rgb(204,24,42); }
div.DivClassName
{
background-color: #CC182A;
}
.BgClassName
{
background-color: #CC182A;
}
</style>
border-color css
<style>
span { border-color: #CC182A; }
span { border-color: rgb(204,24,42); }
td.TdClassName
{
border-color: #CC182A;
}
.TagClassName
{
border-color: #CC182A;
}
</style>