Shades of Fire Brick #C6231C
Tints of Fire Brick #C6231C
RGB
CMYK
RGB Variations
Color information
#C6231C (or 0xC6231C) is known color: Fire Brick. HEX triplet: C6, 23 and 1C. RGB value is (198,35,28). Sum of RGB (Red+Green+Blue) = 198+35+28=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C6231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6231C is #39DCE3. Grayscale: #535353. Windows color (decimal): -3792100 or 1844166. OLE color: 1844166.
HSL color Cylindrical-coordinate representation of color #C6231C: hue angle of 2.47º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6231C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 28 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.22 |
| HSL | 2.47º | 0.75% | 0.44% | - |
| HSV(B) | 2.47º | 0.86% | 0.78% | - |
| XYZ | 24.1 | 13.29 | 2.39 | - |
| YUV | 82.94 | 97 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 28 | 0 | 0.82 | 0.86 | 0.22 | 2.47 | 0.75 | 0.44 |
| Hex | C6 | 23 | 1C | 0 | 52 | 56 | 16 | 2 | 4B | 2C |
| Octal | 306 | 43 | 34 | 0 | 122 | 126 | 26 | 2 | 113 | 54 |
| Binary | 11000110 | 100011 | 11100 | 0 | 1010010 | 1010110 | 10110 | 10 | 1001011 | 101100 |
Color Harmonies of #C6231C
Complementary color
Monochromatic Colors of #C6231C
Black with #C6231C
Text Example
Text Example
White with #C6231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6231C; }
p { color: rgb(198,35,28); }
H1.HeaderClassName
{
color: #C6231C;
}
.AnyTagClassName
{
color: #C6231C;
}
</style>
background-color css
<style>
a { background-color: #C6231C; }
a { background-color: rgb(198,35,28); }
div.DivClassName
{
background-color: #C6231C;
}
.BgClassName
{
background-color: #C6231C;
}
</style>
border-color css
<style>
span { border-color: #C6231C; }
span { border-color: rgb(198,35,28); }
td.TdClassName
{
border-color: #C6231C;
}
.TagClassName
{
border-color: #C6231C;
}
</style>