Shades of Fire Engine Red #CA0928
Tints of Fire Engine Red #CA0928
RGB
CMYK
RGB Variations
Color information
#CA0928 (or 0xCA0928) is known color: Fire Engine Red. HEX triplet: CA, 09 and 28. RGB value is (202,9,40). Sum of RGB (Red+Green+Blue) = 202+9+40=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0928 is #35F6D7. Grayscale: #464646. Windows color (decimal): -3536600 or 2623946. OLE color: 2623946.
HSL color Cylindrical-coordinate representation of color #CA0928: hue angle of 350.36º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0928 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 40 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.21 |
| HSL | 350.36º | 0.91% | 0.41% | - |
| HSV(B) | 350.36º | 0.96% | 0.79% | - |
| XYZ | 24.84 | 12.91 | 3.19 | - |
| YUV | 70.24 | 110.94 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 40 | 0 | 0.96 | 0.80 | 0.21 | 350.36 | 0.91 | 0.41 |
| Hex | CA | 9 | 28 | 0 | 60 | 50 | 15 | 15E | 5B | 29 |
| Octal | 312 | 11 | 50 | 0 | 140 | 120 | 25 | 536 | 133 | 51 |
| Binary | 11001010 | 1001 | 101000 | 0 | 1100000 | 1010000 | 10101 | 101011110 | 1011011 | 101001 |
Color Harmonies of #CA0928
Complementary color
Monochromatic Colors of #CA0928
Black with #CA0928
Text Example
Text Example
White with #CA0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0928; }
p { color: rgb(202,9,40); }
H1.HeaderClassName
{
color: #CA0928;
}
.AnyTagClassName
{
color: #CA0928;
}
</style>
background-color css
<style>
a { background-color: #CA0928; }
a { background-color: rgb(202,9,40); }
div.DivClassName
{
background-color: #CA0928;
}
.BgClassName
{
background-color: #CA0928;
}
</style>
border-color css
<style>
span { border-color: #CA0928; }
span { border-color: rgb(202,9,40); }
td.TdClassName
{
border-color: #CA0928;
}
.TagClassName
{
border-color: #CA0928;
}
</style>