Shades of Fire Brick #C0251F
Tints of Fire Brick #C0251F
RGB
CMYK
RGB Variations
Color information
#C0251F (or 0xC0251F) is known color: Fire Brick. HEX triplet: C0, 25 and 1F. RGB value is (192,37,31). Sum of RGB (Red+Green+Blue) = 192+37+31=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C0251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0251F is #3FDAE0. Grayscale: #525252. Windows color (decimal): -4184801 or 2041280. OLE color: 2041280.
HSL color Cylindrical-coordinate representation of color #C0251F: hue angle of 2.24º 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 #C0251F is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 31 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.25 |
| HSL | 2.24º | 0.72% | 0.44% | - |
| HSV(B) | 2.24º | 0.84% | 0.75% | - |
| XYZ | 22.65 | 12.63 | 2.54 | - |
| YUV | 82.66 | 98.85 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 31 | 0 | 0.81 | 0.84 | 0.25 | 2.24 | 0.72 | 0.44 |
| Hex | C0 | 25 | 1F | 0 | 51 | 54 | 19 | 2 | 48 | 2C |
| Octal | 300 | 45 | 37 | 0 | 121 | 124 | 31 | 2 | 110 | 54 |
| Binary | 11000000 | 100101 | 11111 | 0 | 1010001 | 1010100 | 11001 | 10 | 1001000 | 101100 |
Color Harmonies of #C0251F
Complementary color
Monochromatic Colors of #C0251F
Black with #C0251F
Text Example
Text Example
White with #C0251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0251F; }
p { color: rgb(192,37,31); }
H1.HeaderClassName
{
color: #C0251F;
}
.AnyTagClassName
{
color: #C0251F;
}
</style>
background-color css
<style>
a { background-color: #C0251F; }
a { background-color: rgb(192,37,31); }
div.DivClassName
{
background-color: #C0251F;
}
.BgClassName
{
background-color: #C0251F;
}
</style>
border-color css
<style>
span { border-color: #C0251F; }
span { border-color: rgb(192,37,31); }
td.TdClassName
{
border-color: #C0251F;
}
.TagClassName
{
border-color: #C0251F;
}
</style>