Shades of Fire Engine Red #CA1323
Tints of Fire Engine Red #CA1323
RGB
CMYK
RGB Variations
Color information
#CA1323 (or 0xCA1323) is known color: Fire Engine Red. HEX triplet: CA, 13 and 23. RGB value is (202,19,35). Sum of RGB (Red+Green+Blue) = 202+19+35=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1323 is #35ECDC. Grayscale: #4B4B4B. Windows color (decimal): -3534045 or 2298826. OLE color: 2298826.
HSL color Cylindrical-coordinate representation of color #CA1323: hue angle of 354.75º 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 #CA1323 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 35 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.21 |
| HSL | 354.75º | 0.83% | 0.43% | - |
| HSV(B) | 354.75º | 0.91% | 0.79% | - |
| XYZ | 24.89 | 13.14 | 2.82 | - |
| YUV | 75.54 | 105.13 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 35 | 0 | 0.91 | 0.83 | 0.21 | 354.75 | 0.83 | 0.43 |
| Hex | CA | 13 | 23 | 0 | 5B | 53 | 15 | 163 | 53 | 2B |
| Octal | 312 | 23 | 43 | 0 | 133 | 123 | 25 | 543 | 123 | 53 |
| Binary | 11001010 | 10011 | 100011 | 0 | 1011011 | 1010011 | 10101 | 101100011 | 1010011 | 101011 |
Color Harmonies of #CA1323
Complementary color
Monochromatic Colors of #CA1323
Black with #CA1323
Text Example
Text Example
White with #CA1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1323; }
p { color: rgb(202,19,35); }
H1.HeaderClassName
{
color: #CA1323;
}
.AnyTagClassName
{
color: #CA1323;
}
</style>
background-color css
<style>
a { background-color: #CA1323; }
a { background-color: rgb(202,19,35); }
div.DivClassName
{
background-color: #CA1323;
}
.BgClassName
{
background-color: #CA1323;
}
</style>
border-color css
<style>
span { border-color: #CA1323; }
span { border-color: rgb(202,19,35); }
td.TdClassName
{
border-color: #CA1323;
}
.TagClassName
{
border-color: #CA1323;
}
</style>