Shades of Fire Engine Red #CA2328
Tints of Fire Engine Red #CA2328
RGB
CMYK
RGB Variations
Color information
#CA2328 (or 0xCA2328) is known color: Fire Engine Red. HEX triplet: CA, 23 and 28. RGB value is (202,35,40). Sum of RGB (Red+Green+Blue) = 202+35+40=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2328 is #35DCD7. Grayscale: #555555. Windows color (decimal): -3529944 or 2630602. OLE color: 2630602.
HSL color Cylindrical-coordinate representation of color #CA2328: hue angle of 358.2º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2328 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 40 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.21 |
| HSL | 358.2º | 0.7% | 0.46% | - |
| HSV(B) | 358.2º | 0.83% | 0.79% | - |
| XYZ | 25.34 | 13.91 | 3.36 | - |
| YUV | 85.5 | 102.33 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 40 | 0 | 0.83 | 0.80 | 0.21 | 358.2 | 0.7 | 0.46 |
| Hex | CA | 23 | 28 | 0 | 53 | 50 | 15 | 166 | 46 | 2E |
| Octal | 312 | 43 | 50 | 0 | 123 | 120 | 25 | 546 | 106 | 56 |
| Binary | 11001010 | 100011 | 101000 | 0 | 1010011 | 1010000 | 10101 | 101100110 | 1000110 | 101110 |
Color Harmonies of #CA2328
Complementary color
Monochromatic Colors of #CA2328
Black with #CA2328
Text Example
Text Example
White with #CA2328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2328; }
p { color: rgb(202,35,40); }
H1.HeaderClassName
{
color: #CA2328;
}
.AnyTagClassName
{
color: #CA2328;
}
</style>
background-color css
<style>
a { background-color: #CA2328; }
a { background-color: rgb(202,35,40); }
div.DivClassName
{
background-color: #CA2328;
}
.BgClassName
{
background-color: #CA2328;
}
</style>
border-color css
<style>
span { border-color: #CA2328; }
span { border-color: rgb(202,35,40); }
td.TdClassName
{
border-color: #CA2328;
}
.TagClassName
{
border-color: #CA2328;
}
</style>