Shades of Fire Engine Red #CA072B
Tints of Fire Engine Red #CA072B
RGB
CMYK
RGB Variations
Color information
#CA072B (or 0xCA072B) is known color: Fire Engine Red. HEX triplet: CA, 07 and 2B. RGB value is (202,7,43). Sum of RGB (Red+Green+Blue) = 202+7+43=252 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.16% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 202 - color contains mainly: red. Hex color #CA072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA072B is #35F8D4. Grayscale: #454545. Windows color (decimal): -3537109 or 2820042. OLE color: 2820042.
HSL color Cylindrical-coordinate representation of color #CA072B: hue angle of 348.92º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA072B is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 43 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.21 |
| HSL | 348.92º | 0.93% | 0.41% | - |
| HSV(B) | 348.92º | 0.97% | 0.79% | - |
| XYZ | 24.87 | 12.88 | 3.46 | - |
| YUV | 69.41 | 113.1 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 43 | 0 | 0.97 | 0.79 | 0.21 | 348.92 | 0.93 | 0.41 |
| Hex | CA | 7 | 2B | 0 | 61 | 4F | 15 | 15D | 5D | 29 |
| Octal | 312 | 7 | 53 | 0 | 141 | 117 | 25 | 535 | 135 | 51 |
| Binary | 11001010 | 111 | 101011 | 0 | 1100001 | 1001111 | 10101 | 101011101 | 1011101 | 101001 |
Color Harmonies of #CA072B
Complementary color
Monochromatic Colors of #CA072B
Black with #CA072B
Text Example
Text Example
White with #CA072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA072B; }
p { color: rgb(202,7,43); }
H1.HeaderClassName
{
color: #CA072B;
}
.AnyTagClassName
{
color: #CA072B;
}
</style>
background-color css
<style>
a { background-color: #CA072B; }
a { background-color: rgb(202,7,43); }
div.DivClassName
{
background-color: #CA072B;
}
.BgClassName
{
background-color: #CA072B;
}
</style>
border-color css
<style>
span { border-color: #CA072B; }
span { border-color: rgb(202,7,43); }
td.TdClassName
{
border-color: #CA072B;
}
.TagClassName
{
border-color: #CA072B;
}
</style>