Shades of Fire Engine Red #CA131F
Tints of Fire Engine Red #CA131F
RGB
CMYK
RGB Variations
Color information
#CA131F (or 0xCA131F) is known color: Fire Engine Red. HEX triplet: CA, 13 and 1F. RGB value is (202,19,31). Sum of RGB (Red+Green+Blue) = 202+19+31=252 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.16% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 202 - color contains mainly: red. Hex color #CA131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA131F is #35ECE0. Grayscale: #4B4B4B. Windows color (decimal): -3534049 or 2036682. OLE color: 2036682.
HSL color Cylindrical-coordinate representation of color #CA131F: hue angle of 356.07º 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 #CA131F is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 31 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.21 |
| HSL | 356.07º | 0.83% | 0.43% | - |
| HSV(B) | 356.07º | 0.91% | 0.79% | - |
| XYZ | 24.84 | 13.12 | 2.52 | - |
| YUV | 75.09 | 103.13 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 31 | 0 | 0.91 | 0.85 | 0.21 | 356.07 | 0.83 | 0.43 |
| Hex | CA | 13 | 1F | 0 | 5B | 55 | 15 | 164 | 53 | 2B |
| Octal | 312 | 23 | 37 | 0 | 133 | 125 | 25 | 544 | 123 | 53 |
| Binary | 11001010 | 10011 | 11111 | 0 | 1011011 | 1010101 | 10101 | 101100100 | 1010011 | 101011 |
Color Harmonies of #CA131F
Complementary color
Monochromatic Colors of #CA131F
Black with #CA131F
Text Example
Text Example
White with #CA131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA131F; }
p { color: rgb(202,19,31); }
H1.HeaderClassName
{
color: #CA131F;
}
.AnyTagClassName
{
color: #CA131F;
}
</style>
background-color css
<style>
a { background-color: #CA131F; }
a { background-color: rgb(202,19,31); }
div.DivClassName
{
background-color: #CA131F;
}
.BgClassName
{
background-color: #CA131F;
}
</style>
border-color css
<style>
span { border-color: #CA131F; }
span { border-color: rgb(202,19,31); }
td.TdClassName
{
border-color: #CA131F;
}
.TagClassName
{
border-color: #CA131F;
}
</style>