Shades of Fire Engine Red #CA0B2D
Tints of Fire Engine Red #CA0B2D
RGB
CMYK
RGB Variations
Color information
#CA0B2D (or 0xCA0B2D) is known color: Fire Engine Red. HEX triplet: CA, 0B and 2D. RGB value is (202,11,45). Sum of RGB (Red+Green+Blue) = 202+11+45=258 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.29% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0B2D is #35F4D2. Grayscale: #484848. Windows color (decimal): -3536083 or 2952138. OLE color: 2952138.
HSL color Cylindrical-coordinate representation of color #CA0B2D: hue angle of 349.32º degrees, saturation: 0.9, 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 #CA0B2D is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 11 | 45 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.21 |
| HSL | 349.32º | 0.9% | 0.42% | - |
| HSV(B) | 349.32º | 0.95% | 0.79% | - |
| XYZ | 24.95 | 12.99 | 3.67 | - |
| YUV | 71.99 | 112.78 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 45 | 0 | 0.95 | 0.78 | 0.21 | 349.32 | 0.9 | 0.42 |
| Hex | CA | B | 2D | 0 | 5F | 4E | 15 | 15D | 5A | 2A |
| Octal | 312 | 13 | 55 | 0 | 137 | 116 | 25 | 535 | 132 | 52 |
| Binary | 11001010 | 1011 | 101101 | 0 | 1011111 | 1001110 | 10101 | 101011101 | 1011010 | 101010 |
Color Harmonies of #CA0B2D
Complementary color
Monochromatic Colors of #CA0B2D
Black with #CA0B2D
Text Example
Text Example
White with #CA0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0B2D; }
p { color: rgb(202,11,45); }
H1.HeaderClassName
{
color: #CA0B2D;
}
.AnyTagClassName
{
color: #CA0B2D;
}
</style>
background-color css
<style>
a { background-color: #CA0B2D; }
a { background-color: rgb(202,11,45); }
div.DivClassName
{
background-color: #CA0B2D;
}
.BgClassName
{
background-color: #CA0B2D;
}
</style>
border-color css
<style>
span { border-color: #CA0B2D; }
span { border-color: rgb(202,11,45); }
td.TdClassName
{
border-color: #CA0B2D;
}
.TagClassName
{
border-color: #CA0B2D;
}
</style>