Shades of Fire Brick #CC201F
Tints of Fire Brick #CC201F
RGB
CMYK
RGB Variations
Color information
#CC201F (or 0xCC201F) is known color: Fire Brick. HEX triplet: CC, 20 and 1F. RGB value is (204,32,31). Sum of RGB (Red+Green+Blue) = 204+32+31=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC201F is #33DFE0. Grayscale: #535353. Windows color (decimal): -3399649 or 2040012. OLE color: 2040012.
HSL color Cylindrical-coordinate representation of color #CC201F: hue angle of 0.35º 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 #CC201F is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 31 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.2 |
| HSL | 0.35º | 0.74% | 0.46% | - |
| HSV(B) | 0.35º | 0.85% | 0.8% | - |
| XYZ | 25.67 | 13.97 | 2.64 | - |
| YUV | 83.31 | 98.48 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 31 | 0 | 0.84 | 0.85 | 0.2 | 0.35 | 0.74 | 0.46 |
| Hex | CC | 20 | 1F | 0 | 54 | 55 | 14 | 0 | 4A | 2E |
| Octal | 314 | 40 | 37 | 0 | 124 | 125 | 24 | 0 | 112 | 56 |
| Binary | 11001100 | 100000 | 11111 | 0 | 1010100 | 1010101 | 10100 | 0 | 1001010 | 101110 |
Color Harmonies of #CC201F
Complementary color
Monochromatic Colors of #CC201F
Black with #CC201F
Text Example
Text Example
White with #CC201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC201F; }
p { color: rgb(204,32,31); }
H1.HeaderClassName
{
color: #CC201F;
}
.AnyTagClassName
{
color: #CC201F;
}
</style>
background-color css
<style>
a { background-color: #CC201F; }
a { background-color: rgb(204,32,31); }
div.DivClassName
{
background-color: #CC201F;
}
.BgClassName
{
background-color: #CC201F;
}
</style>
border-color css
<style>
span { border-color: #CC201F; }
span { border-color: rgb(204,32,31); }
td.TdClassName
{
border-color: #CC201F;
}
.TagClassName
{
border-color: #CC201F;
}
</style>