Shades of Fire Engine Red #CA0C2D
Tints of Fire Engine Red #CA0C2D
RGB
CMYK
RGB Variations
Color information
#CA0C2D (or 0xCA0C2D) is known color: Fire Engine Red. HEX triplet: CA, 0C and 2D. RGB value is (202,12,45). Sum of RGB (Red+Green+Blue) = 202+12+45=259 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.99% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0C2D is #35F3D2. Grayscale: #484848. Windows color (decimal): -3535827 or 2952394. OLE color: 2952394.
HSL color Cylindrical-coordinate representation of color #CA0C2D: hue angle of 349.58º 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 #CA0C2D is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 45 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.21 |
| HSL | 349.58º | 0.89% | 0.42% | - |
| HSV(B) | 349.58º | 0.94% | 0.79% | - |
| XYZ | 24.96 | 13.01 | 3.68 | - |
| YUV | 72.57 | 112.45 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 45 | 0 | 0.94 | 0.78 | 0.21 | 349.58 | 0.89 | 0.42 |
| Hex | CA | C | 2D | 0 | 5E | 4E | 15 | 15E | 59 | 2A |
| Octal | 312 | 14 | 55 | 0 | 136 | 116 | 25 | 536 | 131 | 52 |
| Binary | 11001010 | 1100 | 101101 | 0 | 1011110 | 1001110 | 10101 | 101011110 | 1011001 | 101010 |
Color Harmonies of #CA0C2D
Complementary color
Monochromatic Colors of #CA0C2D
Black with #CA0C2D
Text Example
Text Example
White with #CA0C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0C2D; }
p { color: rgb(202,12,45); }
H1.HeaderClassName
{
color: #CA0C2D;
}
.AnyTagClassName
{
color: #CA0C2D;
}
</style>
background-color css
<style>
a { background-color: #CA0C2D; }
a { background-color: rgb(202,12,45); }
div.DivClassName
{
background-color: #CA0C2D;
}
.BgClassName
{
background-color: #CA0C2D;
}
</style>
border-color css
<style>
span { border-color: #CA0C2D; }
span { border-color: rgb(202,12,45); }
td.TdClassName
{
border-color: #CA0C2D;
}
.TagClassName
{
border-color: #CA0C2D;
}
</style>