Shades of Fire Brick #C02321
Tints of Fire Brick #C02321
RGB
CMYK
RGB Variations
Color information
#C02321 (or 0xC02321) is known color: Fire Brick. HEX triplet: C0, 23 and 21. RGB value is (192,35,33). Sum of RGB (Red+Green+Blue) = 192+35+33=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C02321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02321 is #3FDCDE. Grayscale: #515151. Windows color (decimal): -4185311 or 2171840. OLE color: 2171840.
HSL color Cylindrical-coordinate representation of color #C02321: hue angle of 0.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02321 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 33 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.25 |
| HSL | 0.75º | 0.71% | 0.44% | - |
| HSV(B) | 0.75º | 0.83% | 0.75% | - |
| XYZ | 22.61 | 12.52 | 2.66 | - |
| YUV | 81.72 | 100.51 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 33 | 0 | 0.82 | 0.83 | 0.25 | 0.75 | 0.71 | 0.44 |
| Hex | C0 | 23 | 21 | 0 | 52 | 53 | 19 | 1 | 47 | 2C |
| Octal | 300 | 43 | 41 | 0 | 122 | 123 | 31 | 1 | 107 | 54 |
| Binary | 11000000 | 100011 | 100001 | 0 | 1010010 | 1010011 | 11001 | 1 | 1000111 | 101100 |
Color Harmonies of #C02321
Complementary color
Monochromatic Colors of #C02321
Black with #C02321
Text Example
Text Example
White with #C02321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02321; }
p { color: rgb(192,35,33); }
H1.HeaderClassName
{
color: #C02321;
}
.AnyTagClassName
{
color: #C02321;
}
</style>
background-color css
<style>
a { background-color: #C02321; }
a { background-color: rgb(192,35,33); }
div.DivClassName
{
background-color: #C02321;
}
.BgClassName
{
background-color: #C02321;
}
</style>
border-color css
<style>
span { border-color: #C02321; }
span { border-color: rgb(192,35,33); }
td.TdClassName
{
border-color: #C02321;
}
.TagClassName
{
border-color: #C02321;
}
</style>