Shades of Fire Engine Red #C01823
Tints of Fire Engine Red #C01823
RGB
CMYK
RGB Variations
Color information
#C01823 (or 0xC01823) is known color: Fire Engine Red. HEX triplet: C0, 18 and 23. RGB value is (192,24,35). Sum of RGB (Red+Green+Blue) = 192+24+35=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C01823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01823 is #3FE7DC. Grayscale: #4B4B4B. Windows color (decimal): -4188125 or 2300096. OLE color: 2300096.
HSL color Cylindrical-coordinate representation of color #C01823: hue angle of 356.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01823 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 35 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.25 |
| HSL | 356.07º | 0.78% | 0.42% | - |
| HSV(B) | 356.07º | 0.88% | 0.75% | - |
| XYZ | 22.37 | 11.98 | 2.72 | - |
| YUV | 75.49 | 105.16 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 35 | 0 | 0.88 | 0.82 | 0.25 | 356.07 | 0.78 | 0.42 |
| Hex | C0 | 18 | 23 | 0 | 58 | 52 | 19 | 164 | 4E | 2A |
| Octal | 300 | 30 | 43 | 0 | 130 | 122 | 31 | 544 | 116 | 52 |
| Binary | 11000000 | 11000 | 100011 | 0 | 1011000 | 1010010 | 11001 | 101100100 | 1001110 | 101010 |
Color Harmonies of #C01823
Complementary color
Monochromatic Colors of #C01823
Black with #C01823
Text Example
Text Example
White with #C01823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01823; }
p { color: rgb(192,24,35); }
H1.HeaderClassName
{
color: #C01823;
}
.AnyTagClassName
{
color: #C01823;
}
</style>
background-color css
<style>
a { background-color: #C01823; }
a { background-color: rgb(192,24,35); }
div.DivClassName
{
background-color: #C01823;
}
.BgClassName
{
background-color: #C01823;
}
</style>
border-color css
<style>
span { border-color: #C01823; }
span { border-color: rgb(192,24,35); }
td.TdClassName
{
border-color: #C01823;
}
.TagClassName
{
border-color: #C01823;
}
</style>