Shades of Fire Engine Red #CA1D21
Tints of Fire Engine Red #CA1D21
RGB
CMYK
RGB Variations
Color information
#CA1D21 (or 0xCA1D21) is known color: Fire Engine Red. HEX triplet: CA, 1D and 21. RGB value is (202,29,33). Sum of RGB (Red+Green+Blue) = 202+29+33=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1D21 is #35E2DE. Grayscale: #515151. Windows color (decimal): -3531487 or 2170314. OLE color: 2170314.
HSL color Cylindrical-coordinate representation of color #CA1D21: hue angle of 358.61º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1D21 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 33 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.21 |
| HSL | 358.61º | 0.75% | 0.45% | - |
| HSV(B) | 358.61º | 0.86% | 0.79% | - |
| XYZ | 25.07 | 13.55 | 2.73 | - |
| YUV | 81.18 | 100.81 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 33 | 0 | 0.86 | 0.84 | 0.21 | 358.61 | 0.75 | 0.45 |
| Hex | CA | 1D | 21 | 0 | 56 | 54 | 15 | 167 | 4B | 2D |
| Octal | 312 | 35 | 41 | 0 | 126 | 124 | 25 | 547 | 113 | 55 |
| Binary | 11001010 | 11101 | 100001 | 0 | 1010110 | 1010100 | 10101 | 101100111 | 1001011 | 101101 |
Color Harmonies of #CA1D21
Complementary color
Monochromatic Colors of #CA1D21
Black with #CA1D21
Text Example
Text Example
White with #CA1D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D21; }
p { color: rgb(202,29,33); }
H1.HeaderClassName
{
color: #CA1D21;
}
.AnyTagClassName
{
color: #CA1D21;
}
</style>
background-color css
<style>
a { background-color: #CA1D21; }
a { background-color: rgb(202,29,33); }
div.DivClassName
{
background-color: #CA1D21;
}
.BgClassName
{
background-color: #CA1D21;
}
</style>
border-color css
<style>
span { border-color: #CA1D21; }
span { border-color: rgb(202,29,33); }
td.TdClassName
{
border-color: #CA1D21;
}
.TagClassName
{
border-color: #CA1D21;
}
</style>