Shades of Fire Engine Red #CC2328
Tints of Fire Engine Red #CC2328
RGB
CMYK
RGB Variations
Color information
#CC2328 (or 0xCC2328) is known color: Fire Engine Red. HEX triplet: CC, 23 and 28. RGB value is (204,35,40). Sum of RGB (Red+Green+Blue) = 204+35+40=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2328 is #33DCD7. Grayscale: #565656. Windows color (decimal): -3398872 or 2630604. OLE color: 2630604.
HSL color Cylindrical-coordinate representation of color #CC2328: hue angle of 358.22º 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 #CC2328 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 40 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.2 |
| HSL | 358.22º | 0.71% | 0.47% | - |
| HSV(B) | 358.22º | 0.83% | 0.8% | - |
| XYZ | 25.89 | 14.19 | 3.38 | - |
| YUV | 86.1 | 101.99 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 40 | 0 | 0.83 | 0.80 | 0.2 | 358.22 | 0.71 | 0.47 |
| Hex | CC | 23 | 28 | 0 | 53 | 50 | 14 | 166 | 47 | 2F |
| Octal | 314 | 43 | 50 | 0 | 123 | 120 | 24 | 546 | 107 | 57 |
| Binary | 11001100 | 100011 | 101000 | 0 | 1010011 | 1010000 | 10100 | 101100110 | 1000111 | 101111 |
Color Harmonies of #CC2328
Complementary color
Monochromatic Colors of #CC2328
Black with #CC2328
Text Example
Text Example
White with #CC2328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2328; }
p { color: rgb(204,35,40); }
H1.HeaderClassName
{
color: #CC2328;
}
.AnyTagClassName
{
color: #CC2328;
}
</style>
background-color css
<style>
a { background-color: #CC2328; }
a { background-color: rgb(204,35,40); }
div.DivClassName
{
background-color: #CC2328;
}
.BgClassName
{
background-color: #CC2328;
}
</style>
border-color css
<style>
span { border-color: #CC2328; }
span { border-color: rgb(204,35,40); }
td.TdClassName
{
border-color: #CC2328;
}
.TagClassName
{
border-color: #CC2328;
}
</style>