Shades of Fire Brick #C3261C
Tints of Fire Brick #C3261C
RGB
CMYK
RGB Variations
Color information
#C3261C (or 0xC3261C) is known color: Fire Brick. HEX triplet: C3, 26 and 1C. RGB value is (195,38,28). Sum of RGB (Red+Green+Blue) = 195+38+28=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C3261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3261C is #3CD9E3. Grayscale: #545454. Windows color (decimal): -3987940 or 1844931. OLE color: 1844931.
HSL color Cylindrical-coordinate representation of color #C3261C: hue angle of 3.59º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3261C is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 28 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.24 |
| HSL | 3.59º | 0.75% | 0.44% | - |
| HSV(B) | 3.59º | 0.86% | 0.76% | - |
| XYZ | 23.41 | 13.07 | 2.39 | - |
| YUV | 83.8 | 96.51 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 28 | 0 | 0.81 | 0.86 | 0.24 | 3.59 | 0.75 | 0.44 |
| Hex | C3 | 26 | 1C | 0 | 51 | 56 | 18 | 4 | 4B | 2C |
| Octal | 303 | 46 | 34 | 0 | 121 | 126 | 30 | 4 | 113 | 54 |
| Binary | 11000011 | 100110 | 11100 | 0 | 1010001 | 1010110 | 11000 | 100 | 1001011 | 101100 |
Color Harmonies of #C3261C
Complementary color
Monochromatic Colors of #C3261C
Black with #C3261C
Text Example
Text Example
White with #C3261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3261C; }
p { color: rgb(195,38,28); }
H1.HeaderClassName
{
color: #C3261C;
}
.AnyTagClassName
{
color: #C3261C;
}
</style>
background-color css
<style>
a { background-color: #C3261C; }
a { background-color: rgb(195,38,28); }
div.DivClassName
{
background-color: #C3261C;
}
.BgClassName
{
background-color: #C3261C;
}
</style>
border-color css
<style>
span { border-color: #C3261C; }
span { border-color: rgb(195,38,28); }
td.TdClassName
{
border-color: #C3261C;
}
.TagClassName
{
border-color: #C3261C;
}
</style>