Shades of Fire Brick #C1201A
Tints of Fire Brick #C1201A
RGB
CMYK
RGB Variations
Color information
#C1201A (or 0xC1201A) is known color: Fire Brick. HEX triplet: C1, 20 and 1A. RGB value is (193,32,26). Sum of RGB (Red+Green+Blue) = 193+32+26=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C1201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1201A is #3EDFE5. Grayscale: #4F4F4F. Windows color (decimal): -4120550 or 1712321. OLE color: 1712321.
HSL color Cylindrical-coordinate representation of color #C1201A: hue angle of 2.16º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1201A is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 26 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.24 |
| HSL | 2.16º | 0.76% | 0.43% | - |
| HSV(B) | 2.16º | 0.87% | 0.76% | - |
| XYZ | 22.7 | 12.45 | 2.18 | - |
| YUV | 79.46 | 97.84 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 26 | 0 | 0.83 | 0.87 | 0.24 | 2.16 | 0.76 | 0.43 |
| Hex | C1 | 20 | 1A | 0 | 53 | 57 | 18 | 2 | 4C | 2B |
| Octal | 301 | 40 | 32 | 0 | 123 | 127 | 30 | 2 | 114 | 53 |
| Binary | 11000001 | 100000 | 11010 | 0 | 1010011 | 1010111 | 11000 | 10 | 1001100 | 101011 |
Color Harmonies of #C1201A
Complementary color
Monochromatic Colors of #C1201A
Black with #C1201A
Text Example
Text Example
White with #C1201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1201A; }
p { color: rgb(193,32,26); }
H1.HeaderClassName
{
color: #C1201A;
}
.AnyTagClassName
{
color: #C1201A;
}
</style>
background-color css
<style>
a { background-color: #C1201A; }
a { background-color: rgb(193,32,26); }
div.DivClassName
{
background-color: #C1201A;
}
.BgClassName
{
background-color: #C1201A;
}
</style>
border-color css
<style>
span { border-color: #C1201A; }
span { border-color: rgb(193,32,26); }
td.TdClassName
{
border-color: #C1201A;
}
.TagClassName
{
border-color: #C1201A;
}
</style>