Shades of Fire Engine Red #CA242B
Tints of Fire Engine Red #CA242B
RGB
CMYK
RGB Variations
Color information
#CA242B (or 0xCA242B) is known color: Fire Engine Red. HEX triplet: CA, 24 and 2B. RGB value is (202,36,43). Sum of RGB (Red+Green+Blue) = 202+36+43=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA242B is #35DBD4. Grayscale: #565656. Windows color (decimal): -3529685 or 2827466. OLE color: 2827466.
HSL color Cylindrical-coordinate representation of color #CA242B: hue angle of 357.47º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA242B is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 43 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.21 |
| HSL | 357.47º | 0.7% | 0.47% | - |
| HSV(B) | 357.47º | 0.82% | 0.79% | - |
| XYZ | 25.42 | 13.99 | 3.65 | - |
| YUV | 86.43 | 103.5 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 43 | 0 | 0.82 | 0.79 | 0.21 | 357.47 | 0.7 | 0.47 |
| Hex | CA | 24 | 2B | 0 | 52 | 4F | 15 | 165 | 46 | 2F |
| Octal | 312 | 44 | 53 | 0 | 122 | 117 | 25 | 545 | 106 | 57 |
| Binary | 11001010 | 100100 | 101011 | 0 | 1010010 | 1001111 | 10101 | 101100101 | 1000110 | 101111 |
Color Harmonies of #CA242B
Complementary color
Monochromatic Colors of #CA242B
Black with #CA242B
Text Example
Text Example
White with #CA242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA242B; }
p { color: rgb(202,36,43); }
H1.HeaderClassName
{
color: #CA242B;
}
.AnyTagClassName
{
color: #CA242B;
}
</style>
background-color css
<style>
a { background-color: #CA242B; }
a { background-color: rgb(202,36,43); }
div.DivClassName
{
background-color: #CA242B;
}
.BgClassName
{
background-color: #CA242B;
}
</style>
border-color css
<style>
span { border-color: #CA242B; }
span { border-color: rgb(202,36,43); }
td.TdClassName
{
border-color: #CA242B;
}
.TagClassName
{
border-color: #CA242B;
}
</style>