Shades of Fire Brick #C0231E
Tints of Fire Brick #C0231E
RGB
CMYK
RGB Variations
Color information
#C0231E (or 0xC0231E) is known color: Fire Brick. HEX triplet: C0, 23 and 1E. RGB value is (192,35,30). Sum of RGB (Red+Green+Blue) = 192+35+30=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C0231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0231E is #3FDCE1. Grayscale: #515151. Windows color (decimal): -4185314 or 1975232. OLE color: 1975232.
HSL color Cylindrical-coordinate representation of color #C0231E: hue angle of 1.85º 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 #C0231E is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 30 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.25 |
| HSL | 1.85º | 0.73% | 0.44% | - |
| HSV(B) | 1.85º | 0.84% | 0.75% | - |
| XYZ | 22.57 | 12.5 | 2.45 | - |
| YUV | 81.37 | 99.01 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 30 | 0 | 0.82 | 0.84 | 0.25 | 1.85 | 0.73 | 0.44 |
| Hex | C0 | 23 | 1E | 0 | 52 | 54 | 19 | 2 | 49 | 2C |
| Octal | 300 | 43 | 36 | 0 | 122 | 124 | 31 | 2 | 111 | 54 |
| Binary | 11000000 | 100011 | 11110 | 0 | 1010010 | 1010100 | 11001 | 10 | 1001001 | 101100 |
Color Harmonies of #C0231E
Complementary color
Monochromatic Colors of #C0231E
Black with #C0231E
Text Example
Text Example
White with #C0231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0231E; }
p { color: rgb(192,35,30); }
H1.HeaderClassName
{
color: #C0231E;
}
.AnyTagClassName
{
color: #C0231E;
}
</style>
background-color css
<style>
a { background-color: #C0231E; }
a { background-color: rgb(192,35,30); }
div.DivClassName
{
background-color: #C0231E;
}
.BgClassName
{
background-color: #C0231E;
}
</style>
border-color css
<style>
span { border-color: #C0231E; }
span { border-color: rgb(192,35,30); }
td.TdClassName
{
border-color: #C0231E;
}
.TagClassName
{
border-color: #C0231E;
}
</style>