Shades of Fire Engine Red #CA062A
Tints of Fire Engine Red #CA062A
RGB
CMYK
RGB Variations
Color information
#CA062A (or 0xCA062A) is known color: Fire Engine Red. HEX triplet: CA, 06 and 2A. RGB value is (202,6,42). Sum of RGB (Red+Green+Blue) = 202+6+42=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA062A is #35F9D5. Grayscale: #444444. Windows color (decimal): -3537366 or 2754250. OLE color: 2754250.
HSL color Cylindrical-coordinate representation of color #CA062A: hue angle of 348.98º 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 #CA062A is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 42 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.21 |
| HSL | 348.98º | 0.94% | 0.41% | - |
| HSV(B) | 348.98º | 0.97% | 0.79% | - |
| XYZ | 24.84 | 12.85 | 3.36 | - |
| YUV | 68.71 | 112.93 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 42 | 0 | 0.97 | 0.79 | 0.21 | 348.98 | 0.94 | 0.41 |
| Hex | CA | 6 | 2A | 0 | 61 | 4F | 15 | 15D | 5E | 29 |
| Octal | 312 | 6 | 52 | 0 | 141 | 117 | 25 | 535 | 136 | 51 |
| Binary | 11001010 | 110 | 101010 | 0 | 1100001 | 1001111 | 10101 | 101011101 | 1011110 | 101001 |
Color Harmonies of #CA062A
Complementary color
Monochromatic Colors of #CA062A
Black with #CA062A
Text Example
Text Example
White with #CA062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA062A; }
p { color: rgb(202,6,42); }
H1.HeaderClassName
{
color: #CA062A;
}
.AnyTagClassName
{
color: #CA062A;
}
</style>
background-color css
<style>
a { background-color: #CA062A; }
a { background-color: rgb(202,6,42); }
div.DivClassName
{
background-color: #CA062A;
}
.BgClassName
{
background-color: #CA062A;
}
</style>
border-color css
<style>
span { border-color: #CA062A; }
span { border-color: rgb(202,6,42); }
td.TdClassName
{
border-color: #CA062A;
}
.TagClassName
{
border-color: #CA062A;
}
</style>