Shades of Fire Brick #CA1917
Tints of Fire Brick #CA1917
RGB
CMYK
RGB Variations
Color information
#CA1917 (or 0xCA1917) is known color: Fire Brick. HEX triplet: CA, 19 and 17. RGB value is (202,25,23). Sum of RGB (Red+Green+Blue) = 202+25+23=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1917 is #35E6E8. Grayscale: #4D4D4D. Windows color (decimal): -3532521 or 1513930. OLE color: 1513930.
HSL color Cylindrical-coordinate representation of color #CA1917: hue angle of 0.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1917 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 23 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.21 |
| HSL | 0.67º | 0.8% | 0.44% | - |
| HSV(B) | 0.67º | 0.89% | 0.79% | - |
| XYZ | 24.86 | 13.31 | 2.07 | - |
| YUV | 77.7 | 97.14 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 23 | 0 | 0.88 | 0.89 | 0.21 | 0.67 | 0.8 | 0.44 |
| Hex | CA | 19 | 17 | 0 | 58 | 59 | 15 | 1 | 50 | 2C |
| Octal | 312 | 31 | 27 | 0 | 130 | 131 | 25 | 1 | 120 | 54 |
| Binary | 11001010 | 11001 | 10111 | 0 | 1011000 | 1011001 | 10101 | 1 | 1010000 | 101100 |
Color Harmonies of #CA1917
Complementary color
Monochromatic Colors of #CA1917
Black with #CA1917
Text Example
Text Example
White with #CA1917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1917; }
p { color: rgb(202,25,23); }
H1.HeaderClassName
{
color: #CA1917;
}
.AnyTagClassName
{
color: #CA1917;
}
</style>
background-color css
<style>
a { background-color: #CA1917; }
a { background-color: rgb(202,25,23); }
div.DivClassName
{
background-color: #CA1917;
}
.BgClassName
{
background-color: #CA1917;
}
</style>
border-color css
<style>
span { border-color: #CA1917; }
span { border-color: rgb(202,25,23); }
td.TdClassName
{
border-color: #CA1917;
}
.TagClassName
{
border-color: #CA1917;
}
</style>