Shades of Fire Brick #CC201E
Tints of Fire Brick #CC201E
RGB
CMYK
RGB Variations
Color information
#CC201E (or 0xCC201E) is known color: Fire Brick. HEX triplet: CC, 20 and 1E. RGB value is (204,32,30). Sum of RGB (Red+Green+Blue) = 204+32+30=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC201E is #33DFE1. Grayscale: #535353. Windows color (decimal): -3399650 or 1974476. OLE color: 1974476.
HSL color Cylindrical-coordinate representation of color #CC201E: hue angle of 0.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC201E is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 30 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.2 |
| HSL | 0.69º | 0.74% | 0.46% | - |
| HSV(B) | 0.69º | 0.85% | 0.8% | - |
| XYZ | 25.65 | 13.96 | 2.57 | - |
| YUV | 83.2 | 97.98 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 30 | 0 | 0.84 | 0.85 | 0.2 | 0.69 | 0.74 | 0.46 |
| Hex | CC | 20 | 1E | 0 | 54 | 55 | 14 | 1 | 4A | 2E |
| Octal | 314 | 40 | 36 | 0 | 124 | 125 | 24 | 1 | 112 | 56 |
| Binary | 11001100 | 100000 | 11110 | 0 | 1010100 | 1010101 | 10100 | 1 | 1001010 | 101110 |
Color Harmonies of #CC201E
Complementary color
Monochromatic Colors of #CC201E
Black with #CC201E
Text Example
Text Example
White with #CC201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC201E; }
p { color: rgb(204,32,30); }
H1.HeaderClassName
{
color: #CC201E;
}
.AnyTagClassName
{
color: #CC201E;
}
</style>
background-color css
<style>
a { background-color: #CC201E; }
a { background-color: rgb(204,32,30); }
div.DivClassName
{
background-color: #CC201E;
}
.BgClassName
{
background-color: #CC201E;
}
</style>
border-color css
<style>
span { border-color: #CC201E; }
span { border-color: rgb(204,32,30); }
td.TdClassName
{
border-color: #CC201E;
}
.TagClassName
{
border-color: #CC201E;
}
</style>