Shades of Fire Engine Red #CD192B
Tints of Fire Engine Red #CD192B
RGB
CMYK
RGB Variations
Color information
#CD192B (or 0xCD192B) is known color: Fire Engine Red. HEX triplet: CD, 19 and 2B. RGB value is (205,25,43). Sum of RGB (Red+Green+Blue) = 205+25+43=273 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.09% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 205 - color contains mainly: red. Hex color #CD192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD192B is #32E6D4. Grayscale: #505050. Windows color (decimal): -3335893 or 2824653. OLE color: 2824653.
HSL color Cylindrical-coordinate representation of color #CD192B: hue angle of 354º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD192B is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 25 | 43 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.20 |
| HSL | 354º | 0.78% | 0.45% | - |
| HSV(B) | 354º | 0.88% | 0.8% | - |
| XYZ | 25.96 | 13.85 | 3.59 | - |
| YUV | 80.87 | 106.63 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 25 | 43 | 0 | 0.88 | 0.79 | 0.20 | 354 | 0.78 | 0.45 |
| Hex | CD | 19 | 2B | 0 | 58 | 4F | 14 | 162 | 4E | 2D |
| Octal | 315 | 31 | 53 | 0 | 130 | 117 | 24 | 542 | 116 | 55 |
| Binary | 11001101 | 11001 | 101011 | 0 | 1011000 | 1001111 | 10100 | 101100010 | 1001110 | 101101 |
Color Harmonies of #CD192B
Complementary color
Monochromatic Colors of #CD192B
Black with #CD192B
Text Example
Text Example
White with #CD192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD192B; }
p { color: rgb(205,25,43); }
H1.HeaderClassName
{
color: #CD192B;
}
.AnyTagClassName
{
color: #CD192B;
}
</style>
background-color css
<style>
a { background-color: #CD192B; }
a { background-color: rgb(205,25,43); }
div.DivClassName
{
background-color: #CD192B;
}
.BgClassName
{
background-color: #CD192B;
}
</style>
border-color css
<style>
span { border-color: #CD192B; }
span { border-color: rgb(205,25,43); }
td.TdClassName
{
border-color: #CD192B;
}
.TagClassName
{
border-color: #CD192B;
}
</style>