Shades of Fire Brick #C0281F
Tints of Fire Brick #C0281F
RGB
CMYK
RGB Variations
Color information
#C0281F (or 0xC0281F) is known color: Fire Brick. HEX triplet: C0, 28 and 1F. RGB value is (192,40,31). Sum of RGB (Red+Green+Blue) = 192+40+31=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C0281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0281F is #3FD7E0. Grayscale: #545454. Windows color (decimal): -4184033 or 2042048. OLE color: 2042048.
HSL color Cylindrical-coordinate representation of color #C0281F: hue angle of 3.35º 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 #C0281F is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 31 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.25 |
| HSL | 3.35º | 0.72% | 0.44% | - |
| HSV(B) | 3.35º | 0.84% | 0.75% | - |
| XYZ | 22.74 | 12.82 | 2.57 | - |
| YUV | 84.42 | 97.86 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 31 | 0 | 0.79 | 0.84 | 0.25 | 3.35 | 0.72 | 0.44 |
| Hex | C0 | 28 | 1F | 0 | 4F | 54 | 19 | 3 | 48 | 2C |
| Octal | 300 | 50 | 37 | 0 | 117 | 124 | 31 | 3 | 110 | 54 |
| Binary | 11000000 | 101000 | 11111 | 0 | 1001111 | 1010100 | 11001 | 11 | 1001000 | 101100 |
Color Harmonies of #C0281F
Complementary color
Monochromatic Colors of #C0281F
Black with #C0281F
Text Example
Text Example
White with #C0281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0281F; }
p { color: rgb(192,40,31); }
H1.HeaderClassName
{
color: #C0281F;
}
.AnyTagClassName
{
color: #C0281F;
}
</style>
background-color css
<style>
a { background-color: #C0281F; }
a { background-color: rgb(192,40,31); }
div.DivClassName
{
background-color: #C0281F;
}
.BgClassName
{
background-color: #C0281F;
}
</style>
border-color css
<style>
span { border-color: #C0281F; }
span { border-color: rgb(192,40,31); }
td.TdClassName
{
border-color: #C0281F;
}
.TagClassName
{
border-color: #C0281F;
}
</style>