Shades of Fire Brick #C62721
Tints of Fire Brick #C62721
RGB
CMYK
RGB Variations
Color information
#C62721 (or 0xC62721) is known color: Fire Brick. HEX triplet: C6, 27 and 21. RGB value is (198,39,33). Sum of RGB (Red+Green+Blue) = 198+39+33=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C62721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62721 is #39D8DE. Grayscale: #565656. Windows color (decimal): -3791071 or 2172870. OLE color: 2172870.
HSL color Cylindrical-coordinate representation of color #C62721: hue angle of 2.18º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62721 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 33 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.22 |
| HSL | 2.18º | 0.71% | 0.45% | - |
| HSV(B) | 2.18º | 0.83% | 0.78% | - |
| XYZ | 24.29 | 13.57 | 2.78 | - |
| YUV | 85.86 | 98.18 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 33 | 0 | 0.80 | 0.83 | 0.22 | 2.18 | 0.71 | 0.45 |
| Hex | C6 | 27 | 21 | 0 | 50 | 53 | 16 | 2 | 47 | 2D |
| Octal | 306 | 47 | 41 | 0 | 120 | 123 | 26 | 2 | 107 | 55 |
| Binary | 11000110 | 100111 | 100001 | 0 | 1010000 | 1010011 | 10110 | 10 | 1000111 | 101101 |
Color Harmonies of #C62721
Complementary color
Monochromatic Colors of #C62721
Black with #C62721
Text Example
Text Example
White with #C62721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62721; }
p { color: rgb(198,39,33); }
H1.HeaderClassName
{
color: #C62721;
}
.AnyTagClassName
{
color: #C62721;
}
</style>
background-color css
<style>
a { background-color: #C62721; }
a { background-color: rgb(198,39,33); }
div.DivClassName
{
background-color: #C62721;
}
.BgClassName
{
background-color: #C62721;
}
</style>
border-color css
<style>
span { border-color: #C62721; }
span { border-color: rgb(198,39,33); }
td.TdClassName
{
border-color: #C62721;
}
.TagClassName
{
border-color: #C62721;
}
</style>