Shades of Fire Brick #CA1915
Tints of Fire Brick #CA1915
RGB
CMYK
RGB Variations
Color information
#CA1915 (or 0xCA1915) is known color: Fire Brick. HEX triplet: CA, 19 and 15. RGB value is (202,25,21). Sum of RGB (Red+Green+Blue) = 202+25+21=248 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.45% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1915 is #35E6EA. Grayscale: #4D4D4D. Windows color (decimal): -3532523 or 1382858. OLE color: 1382858.
HSL color Cylindrical-coordinate representation of color #CA1915: hue angle of 1.33º 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 #CA1915 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 21 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.21 |
| HSL | 1.33º | 0.81% | 0.44% | - |
| HSV(B) | 1.33º | 0.9% | 0.79% | - |
| XYZ | 24.84 | 13.31 | 1.97 | - |
| YUV | 77.47 | 96.14 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 21 | 0 | 0.88 | 0.90 | 0.21 | 1.33 | 0.81 | 0.44 |
| Hex | CA | 19 | 15 | 0 | 58 | 5A | 15 | 1 | 51 | 2C |
| Octal | 312 | 31 | 25 | 0 | 130 | 132 | 25 | 1 | 121 | 54 |
| Binary | 11001010 | 11001 | 10101 | 0 | 1011000 | 1011010 | 10101 | 1 | 1010001 | 101100 |
Color Harmonies of #CA1915
Complementary color
Monochromatic Colors of #CA1915
Black with #CA1915
Text Example
Text Example
White with #CA1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1915; }
p { color: rgb(202,25,21); }
H1.HeaderClassName
{
color: #CA1915;
}
.AnyTagClassName
{
color: #CA1915;
}
</style>
background-color css
<style>
a { background-color: #CA1915; }
a { background-color: rgb(202,25,21); }
div.DivClassName
{
background-color: #CA1915;
}
.BgClassName
{
background-color: #CA1915;
}
</style>
border-color css
<style>
span { border-color: #CA1915; }
span { border-color: rgb(202,25,21); }
td.TdClassName
{
border-color: #CA1915;
}
.TagClassName
{
border-color: #CA1915;
}
</style>