Shades of Fire Engine Red #CC232A
Tints of Fire Engine Red #CC232A
RGB
CMYK
RGB Variations
Color information
#CC232A (or 0xCC232A) is known color: Fire Engine Red. HEX triplet: CC, 23 and 2A. RGB value is (204,35,42). Sum of RGB (Red+Green+Blue) = 204+35+42=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC232A is #33DCD5. Grayscale: #565656. Windows color (decimal): -3398870 or 2761676. OLE color: 2761676.
HSL color Cylindrical-coordinate representation of color #CC232A: hue angle of 357.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC232A is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 42 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.2 |
| HSL | 357.51º | 0.71% | 0.47% | - |
| HSV(B) | 357.51º | 0.83% | 0.8% | - |
| XYZ | 25.92 | 14.21 | 3.57 | - |
| YUV | 86.33 | 102.99 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 42 | 0 | 0.83 | 0.79 | 0.2 | 357.51 | 0.71 | 0.47 |
| Hex | CC | 23 | 2A | 0 | 53 | 4F | 14 | 166 | 47 | 2F |
| Octal | 314 | 43 | 52 | 0 | 123 | 117 | 24 | 546 | 107 | 57 |
| Binary | 11001100 | 100011 | 101010 | 0 | 1010011 | 1001111 | 10100 | 101100110 | 1000111 | 101111 |
Color Harmonies of #CC232A
Complementary color
Monochromatic Colors of #CC232A
Black with #CC232A
Text Example
Text Example
White with #CC232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC232A; }
p { color: rgb(204,35,42); }
H1.HeaderClassName
{
color: #CC232A;
}
.AnyTagClassName
{
color: #CC232A;
}
</style>
background-color css
<style>
a { background-color: #CC232A; }
a { background-color: rgb(204,35,42); }
div.DivClassName
{
background-color: #CC232A;
}
.BgClassName
{
background-color: #CC232A;
}
</style>
border-color css
<style>
span { border-color: #CC232A; }
span { border-color: rgb(204,35,42); }
td.TdClassName
{
border-color: #CC232A;
}
.TagClassName
{
border-color: #CC232A;
}
</style>