Shades of Fire Engine Red #CA232C
Tints of Fire Engine Red #CA232C
RGB
CMYK
RGB Variations
Color information
#CA232C (or 0xCA232C) is known color: Fire Engine Red. HEX triplet: CA, 23 and 2C. RGB value is (202,35,44). Sum of RGB (Red+Green+Blue) = 202+35+44=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA232C is #35DCD3. Grayscale: #565656. Windows color (decimal): -3529940 or 2892746. OLE color: 2892746.
HSL color Cylindrical-coordinate representation of color #CA232C: hue angle of 356.77º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA232C is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 44 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.21 |
| HSL | 356.77º | 0.7% | 0.46% | - |
| HSV(B) | 356.77º | 0.83% | 0.79% | - |
| XYZ | 25.41 | 13.94 | 3.73 | - |
| YUV | 85.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 44 | 0 | 0.83 | 0.78 | 0.21 | 356.77 | 0.7 | 0.46 |
| Hex | CA | 23 | 2C | 0 | 53 | 4E | 15 | 165 | 46 | 2E |
| Octal | 312 | 43 | 54 | 0 | 123 | 116 | 25 | 545 | 106 | 56 |
| Binary | 11001010 | 100011 | 101100 | 0 | 1010011 | 1001110 | 10101 | 101100101 | 1000110 | 101110 |
Color Harmonies of #CA232C
Complementary color
Monochromatic Colors of #CA232C
Black with #CA232C
Text Example
Text Example
White with #CA232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA232C; }
p { color: rgb(202,35,44); }
H1.HeaderClassName
{
color: #CA232C;
}
.AnyTagClassName
{
color: #CA232C;
}
</style>
background-color css
<style>
a { background-color: #CA232C; }
a { background-color: rgb(202,35,44); }
div.DivClassName
{
background-color: #CA232C;
}
.BgClassName
{
background-color: #CA232C;
}
</style>
border-color css
<style>
span { border-color: #CA232C; }
span { border-color: rgb(202,35,44); }
td.TdClassName
{
border-color: #CA232C;
}
.TagClassName
{
border-color: #CA232C;
}
</style>