Shades of Fire Brick #CA1918
Tints of Fire Brick #CA1918
RGB
CMYK
RGB Variations
Color information
#CA1918 (or 0xCA1918) is known color: Fire Brick. HEX triplet: CA, 19 and 18. RGB value is (202,25,24). Sum of RGB (Red+Green+Blue) = 202+25+24=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1918 is #35E6E7. Grayscale: #4D4D4D. Windows color (decimal): -3532520 or 1579466. OLE color: 1579466.
HSL color Cylindrical-coordinate representation of color #CA1918: hue angle of 0.34º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1918 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 24 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.21 |
| HSL | 0.34º | 0.79% | 0.44% | - |
| HSV(B) | 0.34º | 0.88% | 0.79% | - |
| XYZ | 24.87 | 13.32 | 2.12 | - |
| YUV | 77.81 | 97.64 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 24 | 0 | 0.88 | 0.88 | 0.21 | 0.34 | 0.79 | 0.44 |
| Hex | CA | 19 | 18 | 0 | 58 | 58 | 15 | 0 | 4F | 2C |
| Octal | 312 | 31 | 30 | 0 | 130 | 130 | 25 | 0 | 117 | 54 |
| Binary | 11001010 | 11001 | 11000 | 0 | 1011000 | 1011000 | 10101 | 0 | 1001111 | 101100 |
Color Harmonies of #CA1918
Complementary color
Monochromatic Colors of #CA1918
Black with #CA1918
Text Example
Text Example
White with #CA1918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1918; }
p { color: rgb(202,25,24); }
H1.HeaderClassName
{
color: #CA1918;
}
.AnyTagClassName
{
color: #CA1918;
}
</style>
background-color css
<style>
a { background-color: #CA1918; }
a { background-color: rgb(202,25,24); }
div.DivClassName
{
background-color: #CA1918;
}
.BgClassName
{
background-color: #CA1918;
}
</style>
border-color css
<style>
span { border-color: #CA1918; }
span { border-color: rgb(202,25,24); }
td.TdClassName
{
border-color: #CA1918;
}
.TagClassName
{
border-color: #CA1918;
}
</style>