Shades of Fire Engine Red #CA052C
Tints of Fire Engine Red #CA052C
RGB
CMYK
RGB Variations
Color information
#CA052C (or 0xCA052C) is known color: Fire Engine Red. HEX triplet: CA, 05 and 2C. RGB value is (202,5,44). Sum of RGB (Red+Green+Blue) = 202+5+44=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA052C is #35FAD3. Grayscale: #444444. Windows color (decimal): -3537620 or 2885066. OLE color: 2885066.
HSL color Cylindrical-coordinate representation of color #CA052C: hue angle of 348.12º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA052C is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 44 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.21 |
| HSL | 348.12º | 0.95% | 0.41% | - |
| HSV(B) | 348.12º | 0.98% | 0.79% | - |
| XYZ | 24.87 | 12.85 | 3.55 | - |
| YUV | 68.35 | 114.27 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 44 | 0 | 0.98 | 0.78 | 0.21 | 348.12 | 0.95 | 0.41 |
| Hex | CA | 5 | 2C | 0 | 62 | 4E | 15 | 15C | 5F | 29 |
| Octal | 312 | 5 | 54 | 0 | 142 | 116 | 25 | 534 | 137 | 51 |
| Binary | 11001010 | 101 | 101100 | 0 | 1100010 | 1001110 | 10101 | 101011100 | 1011111 | 101001 |
Color Harmonies of #CA052C
Complementary color
Monochromatic Colors of #CA052C
Black with #CA052C
Text Example
Text Example
White with #CA052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA052C; }
p { color: rgb(202,5,44); }
H1.HeaderClassName
{
color: #CA052C;
}
.AnyTagClassName
{
color: #CA052C;
}
</style>
background-color css
<style>
a { background-color: #CA052C; }
a { background-color: rgb(202,5,44); }
div.DivClassName
{
background-color: #CA052C;
}
.BgClassName
{
background-color: #CA052C;
}
</style>
border-color css
<style>
span { border-color: #CA052C; }
span { border-color: rgb(202,5,44); }
td.TdClassName
{
border-color: #CA052C;
}
.TagClassName
{
border-color: #CA052C;
}
</style>