Shades of Fire Brick #CA2420
Tints of Fire Brick #CA2420
RGB
CMYK
RGB Variations
Color information
#CA2420 (or 0xCA2420) is known color: Fire Brick. HEX triplet: CA, 24 and 20. RGB value is (202,36,32). Sum of RGB (Red+Green+Blue) = 202+36+32=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2420 is #35DBDF. Grayscale: #555555. Windows color (decimal): -3529696 or 2106570. OLE color: 2106570.
HSL color Cylindrical-coordinate representation of color #CA2420: hue angle of 1.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2420 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 32 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.21 |
| HSL | 1.41º | 0.73% | 0.46% | - |
| HSV(B) | 1.41º | 0.84% | 0.79% | - |
| XYZ | 25.25 | 13.92 | 2.72 | - |
| YUV | 85.18 | 98 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 32 | 0 | 0.82 | 0.84 | 0.21 | 1.41 | 0.73 | 0.46 |
| Hex | CA | 24 | 20 | 0 | 52 | 54 | 15 | 1 | 49 | 2E |
| Octal | 312 | 44 | 40 | 0 | 122 | 124 | 25 | 1 | 111 | 56 |
| Binary | 11001010 | 100100 | 100000 | 0 | 1010010 | 1010100 | 10101 | 1 | 1001001 | 101110 |
Color Harmonies of #CA2420
Complementary color
Monochromatic Colors of #CA2420
Black with #CA2420
Text Example
Text Example
White with #CA2420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2420; }
p { color: rgb(202,36,32); }
H1.HeaderClassName
{
color: #CA2420;
}
.AnyTagClassName
{
color: #CA2420;
}
</style>
background-color css
<style>
a { background-color: #CA2420; }
a { background-color: rgb(202,36,32); }
div.DivClassName
{
background-color: #CA2420;
}
.BgClassName
{
background-color: #CA2420;
}
</style>
border-color css
<style>
span { border-color: #CA2420; }
span { border-color: rgb(202,36,32); }
td.TdClassName
{
border-color: #CA2420;
}
.TagClassName
{
border-color: #CA2420;
}
</style>