Shades of Fire Engine Red #CA151B
Tints of Fire Engine Red #CA151B
RGB
CMYK
RGB Variations
Color information
#CA151B (or 0xCA151B) is known color: Fire Engine Red. HEX triplet: CA, 15 and 1B. RGB value is (202,21,27). Sum of RGB (Red+Green+Blue) = 202+21+27=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA151B is #35EAE4. Grayscale: #4B4B4B. Windows color (decimal): -3533541 or 1775050. OLE color: 1775050.
HSL color Cylindrical-coordinate representation of color #CA151B: hue angle of 358.01º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA151B is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 27 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.21 |
| HSL | 358.01º | 0.81% | 0.44% | - |
| HSV(B) | 358.01º | 0.9% | 0.79% | - |
| XYZ | 24.82 | 13.17 | 2.27 | - |
| YUV | 75.8 | 100.47 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 27 | 0 | 0.90 | 0.87 | 0.21 | 358.01 | 0.81 | 0.44 |
| Hex | CA | 15 | 1B | 0 | 5A | 57 | 15 | 166 | 51 | 2C |
| Octal | 312 | 25 | 33 | 0 | 132 | 127 | 25 | 546 | 121 | 54 |
| Binary | 11001010 | 10101 | 11011 | 0 | 1011010 | 1010111 | 10101 | 101100110 | 1010001 | 101100 |
Color Harmonies of #CA151B
Complementary color
Monochromatic Colors of #CA151B
Black with #CA151B
Text Example
Text Example
White with #CA151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA151B; }
p { color: rgb(202,21,27); }
H1.HeaderClassName
{
color: #CA151B;
}
.AnyTagClassName
{
color: #CA151B;
}
</style>
background-color css
<style>
a { background-color: #CA151B; }
a { background-color: rgb(202,21,27); }
div.DivClassName
{
background-color: #CA151B;
}
.BgClassName
{
background-color: #CA151B;
}
</style>
border-color css
<style>
span { border-color: #CA151B; }
span { border-color: rgb(202,21,27); }
td.TdClassName
{
border-color: #CA151B;
}
.TagClassName
{
border-color: #CA151B;
}
</style>