Shades of Fire Engine Red #CA131B
Tints of Fire Engine Red #CA131B
RGB
CMYK
RGB Variations
Color information
#CA131B (or 0xCA131B) is known color: Fire Engine Red. HEX triplet: CA, 13 and 1B. RGB value is (202,19,27). Sum of RGB (Red+Green+Blue) = 202+19+27=248 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.45% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 202 - color contains mainly: red. Hex color #CA131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA131B is #35ECE4. Grayscale: #4A4A4A. Windows color (decimal): -3534053 or 1774538. OLE color: 1774538.
HSL color Cylindrical-coordinate representation of color #CA131B: hue angle of 357.38º 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 #CA131B is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 27 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.21 |
| HSL | 357.38º | 0.83% | 0.43% | - |
| HSV(B) | 357.38º | 0.91% | 0.79% | - |
| XYZ | 24.79 | 13.1 | 2.26 | - |
| YUV | 74.63 | 101.13 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 27 | 0 | 0.91 | 0.87 | 0.21 | 357.38 | 0.83 | 0.43 |
| Hex | CA | 13 | 1B | 0 | 5B | 57 | 15 | 165 | 53 | 2B |
| Octal | 312 | 23 | 33 | 0 | 133 | 127 | 25 | 545 | 123 | 53 |
| Binary | 11001010 | 10011 | 11011 | 0 | 1011011 | 1010111 | 10101 | 101100101 | 1010011 | 101011 |
Color Harmonies of #CA131B
Complementary color
Monochromatic Colors of #CA131B
Black with #CA131B
Text Example
Text Example
White with #CA131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA131B; }
p { color: rgb(202,19,27); }
H1.HeaderClassName
{
color: #CA131B;
}
.AnyTagClassName
{
color: #CA131B;
}
</style>
background-color css
<style>
a { background-color: #CA131B; }
a { background-color: rgb(202,19,27); }
div.DivClassName
{
background-color: #CA131B;
}
.BgClassName
{
background-color: #CA131B;
}
</style>
border-color css
<style>
span { border-color: #CA131B; }
span { border-color: rgb(202,19,27); }
td.TdClassName
{
border-color: #CA131B;
}
.TagClassName
{
border-color: #CA131B;
}
</style>