Shades of Fire Brick #CA201F
Tints of Fire Brick #CA201F
RGB
CMYK
RGB Variations
Color information
#CA201F (or 0xCA201F) is known color: Fire Brick. HEX triplet: CA, 20 and 1F. RGB value is (202,32,31). Sum of RGB (Red+Green+Blue) = 202+32+31=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA201F is #35DFE0. Grayscale: #525252. Windows color (decimal): -3530721 or 2040010. OLE color: 2040010.
HSL color Cylindrical-coordinate representation of color #CA201F: hue angle of 0.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA201F is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 31 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.21 |
| HSL | 0.35º | 0.73% | 0.46% | - |
| HSV(B) | 0.35º | 0.85% | 0.79% | - |
| XYZ | 25.12 | 13.69 | 2.61 | - |
| YUV | 82.72 | 98.82 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 31 | 0 | 0.84 | 0.85 | 0.21 | 0.35 | 0.73 | 0.46 |
| Hex | CA | 20 | 1F | 0 | 54 | 55 | 15 | 0 | 49 | 2E |
| Octal | 312 | 40 | 37 | 0 | 124 | 125 | 25 | 0 | 111 | 56 |
| Binary | 11001010 | 100000 | 11111 | 0 | 1010100 | 1010101 | 10101 | 0 | 1001001 | 101110 |
Color Harmonies of #CA201F
Complementary color
Monochromatic Colors of #CA201F
Black with #CA201F
Text Example
Text Example
White with #CA201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA201F; }
p { color: rgb(202,32,31); }
H1.HeaderClassName
{
color: #CA201F;
}
.AnyTagClassName
{
color: #CA201F;
}
</style>
background-color css
<style>
a { background-color: #CA201F; }
a { background-color: rgb(202,32,31); }
div.DivClassName
{
background-color: #CA201F;
}
.BgClassName
{
background-color: #CA201F;
}
</style>
border-color css
<style>
span { border-color: #CA201F; }
span { border-color: rgb(202,32,31); }
td.TdClassName
{
border-color: #CA201F;
}
.TagClassName
{
border-color: #CA201F;
}
</style>