Shades of Fire Brick #C02623
Tints of Fire Brick #C02623
RGB
CMYK
RGB Variations
Color information
#C02623 (or 0xC02623) is known color: Fire Brick. HEX triplet: C0, 26 and 23. RGB value is (192,38,35). Sum of RGB (Red+Green+Blue) = 192+38+35=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C02623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02623 is #3FD9DC. Grayscale: #535353. Windows color (decimal): -4184541 or 2303680. OLE color: 2303680.
HSL color Cylindrical-coordinate representation of color #C02623: hue angle of 1.15º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02623 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 35 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.25 |
| HSL | 1.15º | 0.69% | 0.45% | - |
| HSV(B) | 1.15º | 0.82% | 0.75% | - |
| XYZ | 22.73 | 12.71 | 2.85 | - |
| YUV | 83.7 | 100.52 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 35 | 0 | 0.80 | 0.82 | 0.25 | 1.15 | 0.69 | 0.45 |
| Hex | C0 | 26 | 23 | 0 | 50 | 52 | 19 | 1 | 45 | 2D |
| Octal | 300 | 46 | 43 | 0 | 120 | 122 | 31 | 1 | 105 | 55 |
| Binary | 11000000 | 100110 | 100011 | 0 | 1010000 | 1010010 | 11001 | 1 | 1000101 | 101101 |
Color Harmonies of #C02623
Complementary color
Monochromatic Colors of #C02623
Black with #C02623
Text Example
Text Example
White with #C02623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02623; }
p { color: rgb(192,38,35); }
H1.HeaderClassName
{
color: #C02623;
}
.AnyTagClassName
{
color: #C02623;
}
</style>
background-color css
<style>
a { background-color: #C02623; }
a { background-color: rgb(192,38,35); }
div.DivClassName
{
background-color: #C02623;
}
.BgClassName
{
background-color: #C02623;
}
</style>
border-color css
<style>
span { border-color: #C02623; }
span { border-color: rgb(192,38,35); }
td.TdClassName
{
border-color: #C02623;
}
.TagClassName
{
border-color: #C02623;
}
</style>