Shades of Fire Engine Red #CC242A
Tints of Fire Engine Red #CC242A
RGB
CMYK
RGB Variations
Color information
#CC242A (or 0xCC242A) is known color: Fire Engine Red. HEX triplet: CC, 24 and 2A. RGB value is (204,36,42). Sum of RGB (Red+Green+Blue) = 204+36+42=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC242A is #33DBD5. Grayscale: #575757. Windows color (decimal): -3398614 or 2761932. OLE color: 2761932.
HSL color Cylindrical-coordinate representation of color #CC242A: hue angle of 357.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC242A is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 42 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.2 |
| HSL | 357.86º | 0.7% | 0.47% | - |
| HSV(B) | 357.86º | 0.82% | 0.8% | - |
| XYZ | 25.95 | 14.27 | 3.58 | - |
| YUV | 86.92 | 102.66 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 42 | 0 | 0.82 | 0.79 | 0.2 | 357.86 | 0.7 | 0.47 |
| Hex | CC | 24 | 2A | 0 | 52 | 4F | 14 | 166 | 46 | 2F |
| Octal | 314 | 44 | 52 | 0 | 122 | 117 | 24 | 546 | 106 | 57 |
| Binary | 11001100 | 100100 | 101010 | 0 | 1010010 | 1001111 | 10100 | 101100110 | 1000110 | 101111 |
Color Harmonies of #CC242A
Complementary color
Monochromatic Colors of #CC242A
Black with #CC242A
Text Example
Text Example
White with #CC242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC242A; }
p { color: rgb(204,36,42); }
H1.HeaderClassName
{
color: #CC242A;
}
.AnyTagClassName
{
color: #CC242A;
}
</style>
background-color css
<style>
a { background-color: #CC242A; }
a { background-color: rgb(204,36,42); }
div.DivClassName
{
background-color: #CC242A;
}
.BgClassName
{
background-color: #CC242A;
}
</style>
border-color css
<style>
span { border-color: #CC242A; }
span { border-color: rgb(204,36,42); }
td.TdClassName
{
border-color: #CC242A;
}
.TagClassName
{
border-color: #CC242A;
}
</style>