Shades of Fire Brick #CA1815
Tints of Fire Brick #CA1815
RGB
CMYK
RGB Variations
Color information
#CA1815 (or 0xCA1815) is known color: Fire Brick. HEX triplet: CA, 18 and 15. RGB value is (202,24,21). Sum of RGB (Red+Green+Blue) = 202+24+21=247 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.78% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1815 is #35E7EA. Grayscale: #4D4D4D. Windows color (decimal): -3532779 or 1382602. OLE color: 1382602.
HSL color Cylindrical-coordinate representation of color #CA1815: hue angle of 0.99º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1815 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 21 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.21 |
| HSL | 0.99º | 0.81% | 0.44% | - |
| HSV(B) | 0.99º | 0.9% | 0.79% | - |
| XYZ | 24.82 | 13.26 | 1.96 | - |
| YUV | 76.88 | 96.47 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 21 | 0 | 0.88 | 0.90 | 0.21 | 0.99 | 0.81 | 0.44 |
| Hex | CA | 18 | 15 | 0 | 58 | 5A | 15 | 1 | 51 | 2C |
| Octal | 312 | 30 | 25 | 0 | 130 | 132 | 25 | 1 | 121 | 54 |
| Binary | 11001010 | 11000 | 10101 | 0 | 1011000 | 1011010 | 10101 | 1 | 1010001 | 101100 |
Color Harmonies of #CA1815
Complementary color
Monochromatic Colors of #CA1815
Black with #CA1815
Text Example
Text Example
White with #CA1815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1815; }
p { color: rgb(202,24,21); }
H1.HeaderClassName
{
color: #CA1815;
}
.AnyTagClassName
{
color: #CA1815;
}
</style>
background-color css
<style>
a { background-color: #CA1815; }
a { background-color: rgb(202,24,21); }
div.DivClassName
{
background-color: #CA1815;
}
.BgClassName
{
background-color: #CA1815;
}
</style>
border-color css
<style>
span { border-color: #CA1815; }
span { border-color: rgb(202,24,21); }
td.TdClassName
{
border-color: #CA1815;
}
.TagClassName
{
border-color: #CA1815;
}
</style>