Shades of Fire Engine Red #C02023
Tints of Fire Engine Red #C02023
RGB
CMYK
RGB Variations
Color information
#C02023 (or 0xC02023) is known color: Fire Engine Red. HEX triplet: C0, 20 and 23. RGB value is (192,32,35). Sum of RGB (Red+Green+Blue) = 192+32+35=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C02023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02023 is #3FDFDC. Grayscale: #505050. Windows color (decimal): -4186077 or 2302144. OLE color: 2302144.
HSL color Cylindrical-coordinate representation of color #C02023: hue angle of 358.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02023 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 35 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.25 |
| HSL | 358.88º | 0.71% | 0.44% | - |
| HSV(B) | 358.88º | 0.83% | 0.75% | - |
| XYZ | 22.56 | 12.36 | 2.79 | - |
| YUV | 80.18 | 102.51 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 35 | 0 | 0.83 | 0.82 | 0.25 | 358.88 | 0.71 | 0.44 |
| Hex | C0 | 20 | 23 | 0 | 53 | 52 | 19 | 167 | 47 | 2C |
| Octal | 300 | 40 | 43 | 0 | 123 | 122 | 31 | 547 | 107 | 54 |
| Binary | 11000000 | 100000 | 100011 | 0 | 1010011 | 1010010 | 11001 | 101100111 | 1000111 | 101100 |
Color Harmonies of #C02023
Complementary color
Monochromatic Colors of #C02023
Black with #C02023
Text Example
Text Example
White with #C02023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02023; }
p { color: rgb(192,32,35); }
H1.HeaderClassName
{
color: #C02023;
}
.AnyTagClassName
{
color: #C02023;
}
</style>
background-color css
<style>
a { background-color: #C02023; }
a { background-color: rgb(192,32,35); }
div.DivClassName
{
background-color: #C02023;
}
.BgClassName
{
background-color: #C02023;
}
</style>
border-color css
<style>
span { border-color: #C02023; }
span { border-color: rgb(192,32,35); }
td.TdClassName
{
border-color: #C02023;
}
.TagClassName
{
border-color: #C02023;
}
</style>