Shades of Fire Brick #C0231F
Tints of Fire Brick #C0231F
RGB
CMYK
RGB Variations
Color information
#C0231F (or 0xC0231F) is known color: Fire Brick. HEX triplet: C0, 23 and 1F. RGB value is (192,35,31). Sum of RGB (Red+Green+Blue) = 192+35+31=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C0231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0231F is #3FDCE0. Grayscale: #515151. Windows color (decimal): -4185313 or 2040768. OLE color: 2040768.
HSL color Cylindrical-coordinate representation of color #C0231F: hue angle of 1.49º degrees, saturation: 0.72, 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 #C0231F is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 31 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.25 |
| HSL | 1.49º | 0.72% | 0.44% | - |
| HSV(B) | 1.49º | 0.84% | 0.75% | - |
| XYZ | 22.59 | 12.51 | 2.52 | - |
| YUV | 81.49 | 99.51 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 31 | 0 | 0.82 | 0.84 | 0.25 | 1.49 | 0.72 | 0.44 |
| Hex | C0 | 23 | 1F | 0 | 52 | 54 | 19 | 1 | 48 | 2C |
| Octal | 300 | 43 | 37 | 0 | 122 | 124 | 31 | 1 | 110 | 54 |
| Binary | 11000000 | 100011 | 11111 | 0 | 1010010 | 1010100 | 11001 | 1 | 1001000 | 101100 |
Color Harmonies of #C0231F
Complementary color
Monochromatic Colors of #C0231F
Black with #C0231F
Text Example
Text Example
White with #C0231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0231F; }
p { color: rgb(192,35,31); }
H1.HeaderClassName
{
color: #C0231F;
}
.AnyTagClassName
{
color: #C0231F;
}
</style>
background-color css
<style>
a { background-color: #C0231F; }
a { background-color: rgb(192,35,31); }
div.DivClassName
{
background-color: #C0231F;
}
.BgClassName
{
background-color: #C0231F;
}
</style>
border-color css
<style>
span { border-color: #C0231F; }
span { border-color: rgb(192,35,31); }
td.TdClassName
{
border-color: #C0231F;
}
.TagClassName
{
border-color: #C0231F;
}
</style>