Shades of Fire Engine Red #CA132D
Tints of Fire Engine Red #CA132D
RGB
CMYK
RGB Variations
Color information
#CA132D (or 0xCA132D) is known color: Fire Engine Red. HEX triplet: CA, 13 and 2D. RGB value is (202,19,45). Sum of RGB (Red+Green+Blue) = 202+19+45=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA132D is #35ECD2. Grayscale: #4C4C4C. Windows color (decimal): -3534035 or 2954186. OLE color: 2954186.
HSL color Cylindrical-coordinate representation of color #CA132D: hue angle of 351.48º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA132D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 45 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.21 |
| HSL | 351.48º | 0.83% | 0.43% | - |
| HSV(B) | 351.48º | 0.91% | 0.79% | - |
| XYZ | 25.06 | 13.21 | 3.71 | - |
| YUV | 76.68 | 110.13 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 45 | 0 | 0.91 | 0.78 | 0.21 | 351.48 | 0.83 | 0.43 |
| Hex | CA | 13 | 2D | 0 | 5B | 4E | 15 | 15F | 53 | 2B |
| Octal | 312 | 23 | 55 | 0 | 133 | 116 | 25 | 537 | 123 | 53 |
| Binary | 11001010 | 10011 | 101101 | 0 | 1011011 | 1001110 | 10101 | 101011111 | 1010011 | 101011 |
Color Harmonies of #CA132D
Complementary color
Monochromatic Colors of #CA132D
Black with #CA132D
Text Example
Text Example
White with #CA132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA132D; }
p { color: rgb(202,19,45); }
H1.HeaderClassName
{
color: #CA132D;
}
.AnyTagClassName
{
color: #CA132D;
}
</style>
background-color css
<style>
a { background-color: #CA132D; }
a { background-color: rgb(202,19,45); }
div.DivClassName
{
background-color: #CA132D;
}
.BgClassName
{
background-color: #CA132D;
}
</style>
border-color css
<style>
span { border-color: #CA132D; }
span { border-color: rgb(202,19,45); }
td.TdClassName
{
border-color: #CA132D;
}
.TagClassName
{
border-color: #CA132D;
}
</style>