Shades of Fire Engine Red #C12023
Tints of Fire Engine Red #C12023
RGB
CMYK
RGB Variations
Color information
#C12023 (or 0xC12023) is known color: Fire Engine Red. HEX triplet: C1, 20 and 23. RGB value is (193,32,35). Sum of RGB (Red+Green+Blue) = 193+32+35=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C12023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12023 is #3EDFDC. Grayscale: #505050. Windows color (decimal): -4120541 or 2302145. OLE color: 2302145.
HSL color Cylindrical-coordinate representation of color #C12023: hue angle of 358.88º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12023 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 35 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.24 |
| HSL | 358.88º | 0.72% | 0.44% | - |
| HSV(B) | 358.88º | 0.83% | 0.76% | - |
| XYZ | 22.81 | 12.49 | 2.8 | - |
| YUV | 80.48 | 102.34 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 35 | 0 | 0.83 | 0.82 | 0.24 | 358.88 | 0.72 | 0.44 |
| Hex | C1 | 20 | 23 | 0 | 53 | 52 | 18 | 167 | 48 | 2C |
| Octal | 301 | 40 | 43 | 0 | 123 | 122 | 30 | 547 | 110 | 54 |
| Binary | 11000001 | 100000 | 100011 | 0 | 1010011 | 1010010 | 11000 | 101100111 | 1001000 | 101100 |
Color Harmonies of #C12023
Complementary color
Monochromatic Colors of #C12023
Black with #C12023
Text Example
Text Example
White with #C12023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12023; }
p { color: rgb(193,32,35); }
H1.HeaderClassName
{
color: #C12023;
}
.AnyTagClassName
{
color: #C12023;
}
</style>
background-color css
<style>
a { background-color: #C12023; }
a { background-color: rgb(193,32,35); }
div.DivClassName
{
background-color: #C12023;
}
.BgClassName
{
background-color: #C12023;
}
</style>
border-color css
<style>
span { border-color: #C12023; }
span { border-color: rgb(193,32,35); }
td.TdClassName
{
border-color: #C12023;
}
.TagClassName
{
border-color: #C12023;
}
</style>