Shades of Fire Brick #CA1715
Tints of Fire Brick #CA1715
RGB
CMYK
RGB Variations
Color information
#CA1715 (or 0xCA1715) is known color: Fire Brick. HEX triplet: CA, 17 and 15. RGB value is (202,23,21). Sum of RGB (Red+Green+Blue) = 202+23+21=246 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.11% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1715 is #35E8EA. Grayscale: #4C4C4C. Windows color (decimal): -3533035 or 1382346. OLE color: 1382346.
HSL color Cylindrical-coordinate representation of color #CA1715: hue angle of 0.66º 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 #CA1715 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 21 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.21 |
| HSL | 0.66º | 0.81% | 0.44% | - |
| HSV(B) | 0.66º | 0.9% | 0.79% | - |
| XYZ | 24.8 | 13.22 | 1.95 | - |
| YUV | 76.29 | 96.8 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 21 | 0 | 0.89 | 0.90 | 0.21 | 0.66 | 0.81 | 0.44 |
| Hex | CA | 17 | 15 | 0 | 59 | 5A | 15 | 1 | 51 | 2C |
| Octal | 312 | 27 | 25 | 0 | 131 | 132 | 25 | 1 | 121 | 54 |
| Binary | 11001010 | 10111 | 10101 | 0 | 1011001 | 1011010 | 10101 | 1 | 1010001 | 101100 |
Color Harmonies of #CA1715
Complementary color
Monochromatic Colors of #CA1715
Black with #CA1715
Text Example
Text Example
White with #CA1715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1715; }
p { color: rgb(202,23,21); }
H1.HeaderClassName
{
color: #CA1715;
}
.AnyTagClassName
{
color: #CA1715;
}
</style>
background-color css
<style>
a { background-color: #CA1715; }
a { background-color: rgb(202,23,21); }
div.DivClassName
{
background-color: #CA1715;
}
.BgClassName
{
background-color: #CA1715;
}
</style>
border-color css
<style>
span { border-color: #CA1715; }
span { border-color: rgb(202,23,21); }
td.TdClassName
{
border-color: #CA1715;
}
.TagClassName
{
border-color: #CA1715;
}
</style>