Shades of Fire Engine Red #CA062D
Tints of Fire Engine Red #CA062D
RGB
CMYK
RGB Variations
Color information
#CA062D (or 0xCA062D) is known color: Fire Engine Red. HEX triplet: CA, 06 and 2D. RGB value is (202,6,45). Sum of RGB (Red+Green+Blue) = 202+6+45=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA062D is #35F9D2. Grayscale: #454545. Windows color (decimal): -3537363 or 2950858. OLE color: 2950858.
HSL color Cylindrical-coordinate representation of color #CA062D: hue angle of 348.06º degrees, saturation: 0.94, 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 #CA062D is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.21 |
| HSL | 348.06º | 0.94% | 0.41% | - |
| HSV(B) | 348.06º | 0.97% | 0.79% | - |
| XYZ | 24.9 | 12.88 | 3.66 | - |
| YUV | 69.05 | 114.43 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 45 | 0 | 0.97 | 0.78 | 0.21 | 348.06 | 0.94 | 0.41 |
| Hex | CA | 6 | 2D | 0 | 61 | 4E | 15 | 15C | 5E | 29 |
| Octal | 312 | 6 | 55 | 0 | 141 | 116 | 25 | 534 | 136 | 51 |
| Binary | 11001010 | 110 | 101101 | 0 | 1100001 | 1001110 | 10101 | 101011100 | 1011110 | 101001 |
Color Harmonies of #CA062D
Complementary color
Monochromatic Colors of #CA062D
Black with #CA062D
Text Example
Text Example
White with #CA062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA062D; }
p { color: rgb(202,6,45); }
H1.HeaderClassName
{
color: #CA062D;
}
.AnyTagClassName
{
color: #CA062D;
}
</style>
background-color css
<style>
a { background-color: #CA062D; }
a { background-color: rgb(202,6,45); }
div.DivClassName
{
background-color: #CA062D;
}
.BgClassName
{
background-color: #CA062D;
}
</style>
border-color css
<style>
span { border-color: #CA062D; }
span { border-color: rgb(202,6,45); }
td.TdClassName
{
border-color: #CA062D;
}
.TagClassName
{
border-color: #CA062D;
}
</style>