Shades of Fire Engine Red #CA1328
Tints of Fire Engine Red #CA1328
RGB
CMYK
RGB Variations
Color information
#CA1328 (or 0xCA1328) is known color: Fire Engine Red. HEX triplet: CA, 13 and 28. RGB value is (202,19,40). Sum of RGB (Red+Green+Blue) = 202+19+40=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1328 is #35ECD7. Grayscale: #4C4C4C. Windows color (decimal): -3534040 or 2626506. OLE color: 2626506.
HSL color Cylindrical-coordinate representation of color #CA1328: hue angle of 353.11º 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 #CA1328 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 40 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.21 |
| HSL | 353.11º | 0.83% | 0.43% | - |
| HSV(B) | 353.11º | 0.91% | 0.79% | - |
| XYZ | 24.97 | 13.18 | 3.23 | - |
| YUV | 76.11 | 107.63 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 40 | 0 | 0.91 | 0.80 | 0.21 | 353.11 | 0.83 | 0.43 |
| Hex | CA | 13 | 28 | 0 | 5B | 50 | 15 | 161 | 53 | 2B |
| Octal | 312 | 23 | 50 | 0 | 133 | 120 | 25 | 541 | 123 | 53 |
| Binary | 11001010 | 10011 | 101000 | 0 | 1011011 | 1010000 | 10101 | 101100001 | 1010011 | 101011 |
Color Harmonies of #CA1328
Complementary color
Monochromatic Colors of #CA1328
Black with #CA1328
Text Example
Text Example
White with #CA1328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1328; }
p { color: rgb(202,19,40); }
H1.HeaderClassName
{
color: #CA1328;
}
.AnyTagClassName
{
color: #CA1328;
}
</style>
background-color css
<style>
a { background-color: #CA1328; }
a { background-color: rgb(202,19,40); }
div.DivClassName
{
background-color: #CA1328;
}
.BgClassName
{
background-color: #CA1328;
}
</style>
border-color css
<style>
span { border-color: #CA1328; }
span { border-color: rgb(202,19,40); }
td.TdClassName
{
border-color: #CA1328;
}
.TagClassName
{
border-color: #CA1328;
}
</style>