Shades of Fire Brick #C62323
Tints of Fire Brick #C62323
RGB
CMYK
RGB Variations
Color information
#C62323 (or 0xC62323) is known color: Fire Brick. HEX triplet: C6, 23 and 23. RGB value is (198,35,35). Sum of RGB (Red+Green+Blue) = 198+35+35=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C62323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62323 is #39DCDC. Grayscale: #535353. Windows color (decimal): -3792093 or 2302918. OLE color: 2302918.
HSL color Cylindrical-coordinate representation of color #C62323: hue angle of 0º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62323 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 35 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.22 |
| HSL | 0º | 0.7% | 0.46% | - |
| HSV(B) | 0º | 0.82% | 0.78% | - |
| XYZ | 24.19 | 13.33 | 2.89 | - |
| YUV | 83.74 | 100.5 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 35 | 0 | 0.82 | 0.82 | 0.22 | 0 | 0.7 | 0.46 |
| Hex | C6 | 23 | 23 | 0 | 52 | 52 | 16 | 0 | 46 | 2E |
| Octal | 306 | 43 | 43 | 0 | 122 | 122 | 26 | 0 | 106 | 56 |
| Binary | 11000110 | 100011 | 100011 | 0 | 1010010 | 1010010 | 10110 | 0 | 1000110 | 101110 |
Color Harmonies of #C62323
Complementary color
Monochromatic Colors of #C62323
Black with #C62323
Text Example
Text Example
White with #C62323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62323; }
p { color: rgb(198,35,35); }
H1.HeaderClassName
{
color: #C62323;
}
.AnyTagClassName
{
color: #C62323;
}
</style>
background-color css
<style>
a { background-color: #C62323; }
a { background-color: rgb(198,35,35); }
div.DivClassName
{
background-color: #C62323;
}
.BgClassName
{
background-color: #C62323;
}
</style>
border-color css
<style>
span { border-color: #C62323; }
span { border-color: rgb(198,35,35); }
td.TdClassName
{
border-color: #C62323;
}
.TagClassName
{
border-color: #C62323;
}
</style>