Shades of Fire Brick #C0201E
Tints of Fire Brick #C0201E
RGB
CMYK
RGB Variations
Color information
#C0201E (or 0xC0201E) is known color: Fire Brick. HEX triplet: C0, 20 and 1E. RGB value is (192,32,30). Sum of RGB (Red+Green+Blue) = 192+32+30=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C0201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0201E is #3FDFE1. Grayscale: #4F4F4F. Windows color (decimal): -4186082 or 1974464. OLE color: 1974464.
HSL color Cylindrical-coordinate representation of color #C0201E: hue angle of 0.74º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0201E is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 30 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.25 |
| HSL | 0.74º | 0.73% | 0.44% | - |
| HSV(B) | 0.74º | 0.84% | 0.75% | - |
| XYZ | 22.49 | 12.33 | 2.42 | - |
| YUV | 79.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 30 | 0 | 0.83 | 0.84 | 0.25 | 0.74 | 0.73 | 0.44 |
| Hex | C0 | 20 | 1E | 0 | 53 | 54 | 19 | 1 | 49 | 2C |
| Octal | 300 | 40 | 36 | 0 | 123 | 124 | 31 | 1 | 111 | 54 |
| Binary | 11000000 | 100000 | 11110 | 0 | 1010011 | 1010100 | 11001 | 1 | 1001001 | 101100 |
Color Harmonies of #C0201E
Complementary color
Monochromatic Colors of #C0201E
Black with #C0201E
Text Example
Text Example
White with #C0201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0201E; }
p { color: rgb(192,32,30); }
H1.HeaderClassName
{
color: #C0201E;
}
.AnyTagClassName
{
color: #C0201E;
}
</style>
background-color css
<style>
a { background-color: #C0201E; }
a { background-color: rgb(192,32,30); }
div.DivClassName
{
background-color: #C0201E;
}
.BgClassName
{
background-color: #C0201E;
}
</style>
border-color css
<style>
span { border-color: #C0201E; }
span { border-color: rgb(192,32,30); }
td.TdClassName
{
border-color: #C0201E;
}
.TagClassName
{
border-color: #C0201E;
}
</style>