Shades of Fire Brick #C1231B
Tints of Fire Brick #C1231B
RGB
CMYK
RGB Variations
Color information
#C1231B (or 0xC1231B) is known color: Fire Brick. HEX triplet: C1, 23 and 1B. RGB value is (193,35,27). Sum of RGB (Red+Green+Blue) = 193+35+27=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C1231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1231B is #3EDCE4. Grayscale: #515151. Windows color (decimal): -4119781 or 1778625. OLE color: 1778625.
HSL color Cylindrical-coordinate representation of color #C1231B: hue angle of 2.89º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1231B is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 27 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.24 |
| HSL | 2.89º | 0.75% | 0.43% | - |
| HSV(B) | 2.89º | 0.86% | 0.76% | - |
| XYZ | 22.79 | 12.62 | 2.27 | - |
| YUV | 81.33 | 97.35 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 27 | 0 | 0.82 | 0.86 | 0.24 | 2.89 | 0.75 | 0.43 |
| Hex | C1 | 23 | 1B | 0 | 52 | 56 | 18 | 3 | 4B | 2B |
| Octal | 301 | 43 | 33 | 0 | 122 | 126 | 30 | 3 | 113 | 53 |
| Binary | 11000001 | 100011 | 11011 | 0 | 1010010 | 1010110 | 11000 | 11 | 1001011 | 101011 |
Color Harmonies of #C1231B
Complementary color
Monochromatic Colors of #C1231B
Black with #C1231B
Text Example
Text Example
White with #C1231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1231B; }
p { color: rgb(193,35,27); }
H1.HeaderClassName
{
color: #C1231B;
}
.AnyTagClassName
{
color: #C1231B;
}
</style>
background-color css
<style>
a { background-color: #C1231B; }
a { background-color: rgb(193,35,27); }
div.DivClassName
{
background-color: #C1231B;
}
.BgClassName
{
background-color: #C1231B;
}
</style>
border-color css
<style>
span { border-color: #C1231B; }
span { border-color: rgb(193,35,27); }
td.TdClassName
{
border-color: #C1231B;
}
.TagClassName
{
border-color: #C1231B;
}
</style>