Shades of Fire Engine Red #CA0A2B
Tints of Fire Engine Red #CA0A2B
RGB
CMYK
RGB Variations
Color information
#CA0A2B (or 0xCA0A2B) is known color: Fire Engine Red. HEX triplet: CA, 0A and 2B. RGB value is (202,10,43). Sum of RGB (Red+Green+Blue) = 202+10+43=255 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.22% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0A2B is #35F5D4. Grayscale: #474747. Windows color (decimal): -3536341 or 2820810. OLE color: 2820810.
HSL color Cylindrical-coordinate representation of color #CA0A2B: hue angle of 349.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0A2B is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.21 |
| HSL | 349.69º | 0.91% | 0.42% | - |
| HSV(B) | 349.69º | 0.95% | 0.79% | - |
| XYZ | 24.9 | 12.95 | 3.47 | - |
| YUV | 71.17 | 112.11 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 43 | 0 | 0.95 | 0.79 | 0.21 | 349.69 | 0.91 | 0.42 |
| Hex | CA | A | 2B | 0 | 5F | 4F | 15 | 15E | 5B | 2A |
| Octal | 312 | 12 | 53 | 0 | 137 | 117 | 25 | 536 | 133 | 52 |
| Binary | 11001010 | 1010 | 101011 | 0 | 1011111 | 1001111 | 10101 | 101011110 | 1011011 | 101010 |
Color Harmonies of #CA0A2B
Complementary color
Monochromatic Colors of #CA0A2B
Black with #CA0A2B
Text Example
Text Example
White with #CA0A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0A2B; }
p { color: rgb(202,10,43); }
H1.HeaderClassName
{
color: #CA0A2B;
}
.AnyTagClassName
{
color: #CA0A2B;
}
</style>
background-color css
<style>
a { background-color: #CA0A2B; }
a { background-color: rgb(202,10,43); }
div.DivClassName
{
background-color: #CA0A2B;
}
.BgClassName
{
background-color: #CA0A2B;
}
</style>
border-color css
<style>
span { border-color: #CA0A2B; }
span { border-color: rgb(202,10,43); }
td.TdClassName
{
border-color: #CA0A2B;
}
.TagClassName
{
border-color: #CA0A2B;
}
</style>