Shades of Fire Engine Red #CA2023
Tints of Fire Engine Red #CA2023
RGB
CMYK
RGB Variations
Color information
#CA2023 (or 0xCA2023) is known color: Fire Engine Red. HEX triplet: CA, 20 and 23. RGB value is (202,32,35). Sum of RGB (Red+Green+Blue) = 202+32+35=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2023 is #35DFDC. Grayscale: #535353. Windows color (decimal): -3530717 or 2302154. OLE color: 2302154.
HSL color Cylindrical-coordinate representation of color #CA2023: hue angle of 358.94º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2023 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 35 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.21 |
| HSL | 358.94º | 0.73% | 0.46% | - |
| HSV(B) | 358.94º | 0.84% | 0.79% | - |
| XYZ | 25.18 | 13.71 | 2.91 | - |
| YUV | 83.17 | 100.82 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 35 | 0 | 0.84 | 0.83 | 0.21 | 358.94 | 0.73 | 0.46 |
| Hex | CA | 20 | 23 | 0 | 54 | 53 | 15 | 167 | 49 | 2E |
| Octal | 312 | 40 | 43 | 0 | 124 | 123 | 25 | 547 | 111 | 56 |
| Binary | 11001010 | 100000 | 100011 | 0 | 1010100 | 1010011 | 10101 | 101100111 | 1001001 | 101110 |
Color Harmonies of #CA2023
Complementary color
Monochromatic Colors of #CA2023
Black with #CA2023
Text Example
Text Example
White with #CA2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2023; }
p { color: rgb(202,32,35); }
H1.HeaderClassName
{
color: #CA2023;
}
.AnyTagClassName
{
color: #CA2023;
}
</style>
background-color css
<style>
a { background-color: #CA2023; }
a { background-color: rgb(202,32,35); }
div.DivClassName
{
background-color: #CA2023;
}
.BgClassName
{
background-color: #CA2023;
}
</style>
border-color css
<style>
span { border-color: #CA2023; }
span { border-color: rgb(202,32,35); }
td.TdClassName
{
border-color: #CA2023;
}
.TagClassName
{
border-color: #CA2023;
}
</style>