Shades of Fire Engine Red #C22023
Tints of Fire Engine Red #C22023
RGB
CMYK
RGB Variations
Color information
#C22023 (or 0xC22023) is known color: Fire Engine Red. HEX triplet: C2, 20 and 23. RGB value is (194,32,35). Sum of RGB (Red+Green+Blue) = 194+32+35=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C22023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22023 is #3DDFDC. Grayscale: #505050. Windows color (decimal): -4055005 or 2302146. OLE color: 2302146.
HSL color Cylindrical-coordinate representation of color #C22023: hue angle of 358.89º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22023 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 35 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.24 |
| HSL | 358.89º | 0.72% | 0.44% | - |
| HSV(B) | 358.89º | 0.84% | 0.76% | - |
| XYZ | 23.07 | 12.62 | 2.81 | - |
| YUV | 80.78 | 102.17 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 35 | 0 | 0.84 | 0.82 | 0.24 | 358.89 | 0.72 | 0.44 |
| Hex | C2 | 20 | 23 | 0 | 54 | 52 | 18 | 167 | 48 | 2C |
| Octal | 302 | 40 | 43 | 0 | 124 | 122 | 30 | 547 | 110 | 54 |
| Binary | 11000010 | 100000 | 100011 | 0 | 1010100 | 1010010 | 11000 | 101100111 | 1001000 | 101100 |
Color Harmonies of #C22023
Complementary color
Monochromatic Colors of #C22023
Black with #C22023
Text Example
Text Example
White with #C22023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22023; }
p { color: rgb(194,32,35); }
H1.HeaderClassName
{
color: #C22023;
}
.AnyTagClassName
{
color: #C22023;
}
</style>
background-color css
<style>
a { background-color: #C22023; }
a { background-color: rgb(194,32,35); }
div.DivClassName
{
background-color: #C22023;
}
.BgClassName
{
background-color: #C22023;
}
</style>
border-color css
<style>
span { border-color: #C22023; }
span { border-color: rgb(194,32,35); }
td.TdClassName
{
border-color: #C22023;
}
.TagClassName
{
border-color: #C22023;
}
</style>