Shades of Fire Engine Red #CA232B
Tints of Fire Engine Red #CA232B
RGB
CMYK
RGB Variations
Color information
#CA232B (or 0xCA232B) is known color: Fire Engine Red. HEX triplet: CA, 23 and 2B. RGB value is (202,35,43). Sum of RGB (Red+Green+Blue) = 202+35+43=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA232B is #35DCD4. Grayscale: #555555. Windows color (decimal): -3529941 or 2827210. OLE color: 2827210.
HSL color Cylindrical-coordinate representation of color #CA232B: hue angle of 357.13º 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 #CA232B is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 43 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.21 |
| HSL | 357.13º | 0.7% | 0.46% | - |
| HSV(B) | 357.13º | 0.83% | 0.79% | - |
| XYZ | 25.39 | 13.93 | 3.64 | - |
| YUV | 85.85 | 103.83 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 43 | 0 | 0.83 | 0.79 | 0.21 | 357.13 | 0.7 | 0.46 |
| Hex | CA | 23 | 2B | 0 | 53 | 4F | 15 | 165 | 46 | 2E |
| Octal | 312 | 43 | 53 | 0 | 123 | 117 | 25 | 545 | 106 | 56 |
| Binary | 11001010 | 100011 | 101011 | 0 | 1010011 | 1001111 | 10101 | 101100101 | 1000110 | 101110 |
Color Harmonies of #CA232B
Complementary color
Monochromatic Colors of #CA232B
Black with #CA232B
Text Example
Text Example
White with #CA232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA232B; }
p { color: rgb(202,35,43); }
H1.HeaderClassName
{
color: #CA232B;
}
.AnyTagClassName
{
color: #CA232B;
}
</style>
background-color css
<style>
a { background-color: #CA232B; }
a { background-color: rgb(202,35,43); }
div.DivClassName
{
background-color: #CA232B;
}
.BgClassName
{
background-color: #CA232B;
}
</style>
border-color css
<style>
span { border-color: #CA232B; }
span { border-color: rgb(202,35,43); }
td.TdClassName
{
border-color: #CA232B;
}
.TagClassName
{
border-color: #CA232B;
}
</style>