Shades of Fire Engine Red #CA181E
Tints of Fire Engine Red #CA181E
RGB
CMYK
RGB Variations
Color information
#CA181E (or 0xCA181E) is known color: Fire Engine Red. HEX triplet: CA, 18 and 1E. RGB value is (202,24,30). Sum of RGB (Red+Green+Blue) = 202+24+30=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA181E is #35E7E1. Grayscale: #4E4E4E. Windows color (decimal): -3532770 or 1972426. OLE color: 1972426.
HSL color Cylindrical-coordinate representation of color #CA181E: hue angle of 357.98º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA181E is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 30 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.21 |
| HSL | 357.98º | 0.79% | 0.44% | - |
| HSV(B) | 357.98º | 0.88% | 0.79% | - |
| XYZ | 24.92 | 13.3 | 2.48 | - |
| YUV | 77.91 | 100.97 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 30 | 0 | 0.88 | 0.85 | 0.21 | 357.98 | 0.79 | 0.44 |
| Hex | CA | 18 | 1E | 0 | 58 | 55 | 15 | 166 | 4F | 2C |
| Octal | 312 | 30 | 36 | 0 | 130 | 125 | 25 | 546 | 117 | 54 |
| Binary | 11001010 | 11000 | 11110 | 0 | 1011000 | 1010101 | 10101 | 101100110 | 1001111 | 101100 |
Color Harmonies of #CA181E
Complementary color
Monochromatic Colors of #CA181E
Black with #CA181E
Text Example
Text Example
White with #CA181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA181E; }
p { color: rgb(202,24,30); }
H1.HeaderClassName
{
color: #CA181E;
}
.AnyTagClassName
{
color: #CA181E;
}
</style>
background-color css
<style>
a { background-color: #CA181E; }
a { background-color: rgb(202,24,30); }
div.DivClassName
{
background-color: #CA181E;
}
.BgClassName
{
background-color: #CA181E;
}
</style>
border-color css
<style>
span { border-color: #CA181E; }
span { border-color: rgb(202,24,30); }
td.TdClassName
{
border-color: #CA181E;
}
.TagClassName
{
border-color: #CA181E;
}
</style>