Shades of Fire Engine Red #CA0C2B
Tints of Fire Engine Red #CA0C2B
RGB
CMYK
RGB Variations
Color information
#CA0C2B (or 0xCA0C2B) is known color: Fire Engine Red. HEX triplet: CA, 0C and 2B. RGB value is (202,12,43). Sum of RGB (Red+Green+Blue) = 202+12+43=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0C2B is #35F3D4. Grayscale: #484848. Windows color (decimal): -3535829 or 2821322. OLE color: 2821322.
HSL color Cylindrical-coordinate representation of color #CA0C2B: hue angle of 350.21º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C2B is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 43 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.21 |
| HSL | 350.21º | 0.89% | 0.42% | - |
| HSV(B) | 350.21º | 0.94% | 0.79% | - |
| XYZ | 24.92 | 12.99 | 3.48 | - |
| YUV | 72.34 | 111.45 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 43 | 0 | 0.94 | 0.79 | 0.21 | 350.21 | 0.89 | 0.42 |
| Hex | CA | C | 2B | 0 | 5E | 4F | 15 | 15E | 59 | 2A |
| Octal | 312 | 14 | 53 | 0 | 136 | 117 | 25 | 536 | 131 | 52 |
| Binary | 11001010 | 1100 | 101011 | 0 | 1011110 | 1001111 | 10101 | 101011110 | 1011001 | 101010 |
Color Harmonies of #CA0C2B
Complementary color
Monochromatic Colors of #CA0C2B
Black with #CA0C2B
Text Example
Text Example
White with #CA0C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0C2B; }
p { color: rgb(202,12,43); }
H1.HeaderClassName
{
color: #CA0C2B;
}
.AnyTagClassName
{
color: #CA0C2B;
}
</style>
background-color css
<style>
a { background-color: #CA0C2B; }
a { background-color: rgb(202,12,43); }
div.DivClassName
{
background-color: #CA0C2B;
}
.BgClassName
{
background-color: #CA0C2B;
}
</style>
border-color css
<style>
span { border-color: #CA0C2B; }
span { border-color: rgb(202,12,43); }
td.TdClassName
{
border-color: #CA0C2B;
}
.TagClassName
{
border-color: #CA0C2B;
}
</style>