Shades of Fire Engine Red #CC032B
Tints of Fire Engine Red #CC032B
RGB
CMYK
RGB Variations
Color information
#CC032B (or 0xCC032B) is known color: Fire Engine Red. HEX triplet: CC, 03 and 2B. RGB value is (204,3,43). Sum of RGB (Red+Green+Blue) = 204+3+43=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC032B is #33FCD4. Grayscale: #434343. Windows color (decimal): -3407061 or 2819020. OLE color: 2819020.
HSL color Cylindrical-coordinate representation of color #CC032B: hue angle of 348.06º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC032B is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 43 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.2 |
| HSL | 348.06º | 0.97% | 0.41% | - |
| HSV(B) | 348.06º | 0.99% | 0.8% | - |
| XYZ | 25.37 | 13.08 | 3.47 | - |
| YUV | 67.66 | 114.09 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 43 | 0 | 0.99 | 0.79 | 0.2 | 348.06 | 0.97 | 0.41 |
| Hex | CC | 3 | 2B | 0 | 63 | 4F | 14 | 15C | 61 | 29 |
| Octal | 314 | 3 | 53 | 0 | 143 | 117 | 24 | 534 | 141 | 51 |
| Binary | 11001100 | 11 | 101011 | 0 | 1100011 | 1001111 | 10100 | 101011100 | 1100001 | 101001 |
Color Harmonies of #CC032B
Complementary color
Monochromatic Colors of #CC032B
Black with #CC032B
Text Example
Text Example
White with #CC032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC032B; }
p { color: rgb(204,3,43); }
H1.HeaderClassName
{
color: #CC032B;
}
.AnyTagClassName
{
color: #CC032B;
}
</style>
background-color css
<style>
a { background-color: #CC032B; }
a { background-color: rgb(204,3,43); }
div.DivClassName
{
background-color: #CC032B;
}
.BgClassName
{
background-color: #CC032B;
}
</style>
border-color css
<style>
span { border-color: #CC032B; }
span { border-color: rgb(204,3,43); }
td.TdClassName
{
border-color: #CC032B;
}
.TagClassName
{
border-color: #CC032B;
}
</style>