Shades of Fire Engine Red #CA072F
Tints of Fire Engine Red #CA072F
RGB
CMYK
RGB Variations
Color information
#CA072F (or 0xCA072F) is known color: Fire Engine Red. HEX triplet: CA, 07 and 2F. RGB value is (202,7,47). Sum of RGB (Red+Green+Blue) = 202+7+47=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA072F is #35F8D0. Grayscale: #454545. Windows color (decimal): -3537105 or 3082186. OLE color: 3082186.
HSL color Cylindrical-coordinate representation of color #CA072F: hue angle of 347.69º 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 #CA072F is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.21 |
| HSL | 347.69º | 0.93% | 0.41% | - |
| HSV(B) | 347.69º | 0.97% | 0.79% | - |
| XYZ | 24.95 | 12.91 | 3.87 | - |
| YUV | 69.87 | 115.1 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 47 | 0 | 0.97 | 0.77 | 0.21 | 347.69 | 0.93 | 0.41 |
| Hex | CA | 7 | 2F | 0 | 61 | 4D | 15 | 15C | 5D | 29 |
| Octal | 312 | 7 | 57 | 0 | 141 | 115 | 25 | 534 | 135 | 51 |
| Binary | 11001010 | 111 | 101111 | 0 | 1100001 | 1001101 | 10101 | 101011100 | 1011101 | 101001 |
Color Harmonies of #CA072F
Complementary color
Monochromatic Colors of #CA072F
Black with #CA072F
Text Example
Text Example
White with #CA072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA072F; }
p { color: rgb(202,7,47); }
H1.HeaderClassName
{
color: #CA072F;
}
.AnyTagClassName
{
color: #CA072F;
}
</style>
background-color css
<style>
a { background-color: #CA072F; }
a { background-color: rgb(202,7,47); }
div.DivClassName
{
background-color: #CA072F;
}
.BgClassName
{
background-color: #CA072F;
}
</style>
border-color css
<style>
span { border-color: #CA072F; }
span { border-color: rgb(202,7,47); }
td.TdClassName
{
border-color: #CA072F;
}
.TagClassName
{
border-color: #CA072F;
}
</style>