Shades of Fire Engine Red #CA121D
Tints of Fire Engine Red #CA121D
RGB
CMYK
RGB Variations
Color information
#CA121D (or 0xCA121D) is known color: Fire Engine Red. HEX triplet: CA, 12 and 1D. RGB value is (202,18,29). Sum of RGB (Red+Green+Blue) = 202+18+29=249 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.12% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 202 - color contains mainly: red. Hex color #CA121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA121D is #35EDE2. Grayscale: #4A4A4A. Windows color (decimal): -3534307 or 1905354. OLE color: 1905354.
HSL color Cylindrical-coordinate representation of color #CA121D: hue angle of 356.41º degrees, saturation: 0.84, 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 #CA121D is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 29 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.21 |
| HSL | 356.41º | 0.84% | 0.43% | - |
| HSV(B) | 356.41º | 0.91% | 0.79% | - |
| XYZ | 24.8 | 13.08 | 2.38 | - |
| YUV | 74.27 | 102.46 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 29 | 0 | 0.91 | 0.86 | 0.21 | 356.41 | 0.84 | 0.43 |
| Hex | CA | 12 | 1D | 0 | 5B | 56 | 15 | 164 | 54 | 2B |
| Octal | 312 | 22 | 35 | 0 | 133 | 126 | 25 | 544 | 124 | 53 |
| Binary | 11001010 | 10010 | 11101 | 0 | 1011011 | 1010110 | 10101 | 101100100 | 1010100 | 101011 |
Color Harmonies of #CA121D
Complementary color
Monochromatic Colors of #CA121D
Black with #CA121D
Text Example
Text Example
White with #CA121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA121D; }
p { color: rgb(202,18,29); }
H1.HeaderClassName
{
color: #CA121D;
}
.AnyTagClassName
{
color: #CA121D;
}
</style>
background-color css
<style>
a { background-color: #CA121D; }
a { background-color: rgb(202,18,29); }
div.DivClassName
{
background-color: #CA121D;
}
.BgClassName
{
background-color: #CA121D;
}
</style>
border-color css
<style>
span { border-color: #CA121D; }
span { border-color: rgb(202,18,29); }
td.TdClassName
{
border-color: #CA121D;
}
.TagClassName
{
border-color: #CA121D;
}
</style>