Shades of Fire Engine Red #C42023
Tints of Fire Engine Red #C42023
RGB
CMYK
RGB Variations
Color information
#C42023 (or 0xC42023) is known color: Fire Engine Red. HEX triplet: C4, 20 and 23. RGB value is (196,32,35). Sum of RGB (Red+Green+Blue) = 196+32+35=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C42023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42023 is #3BDFDC. Grayscale: #515151. Windows color (decimal): -3923933 or 2302148. OLE color: 2302148.
HSL color Cylindrical-coordinate representation of color #C42023: hue angle of 358.9º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42023 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 35 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.23 |
| HSL | 358.9º | 0.72% | 0.45% | - |
| HSV(B) | 358.9º | 0.84% | 0.77% | - |
| XYZ | 23.58 | 12.89 | 2.84 | - |
| YUV | 81.38 | 101.83 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 35 | 0 | 0.84 | 0.82 | 0.23 | 358.9 | 0.72 | 0.45 |
| Hex | C4 | 20 | 23 | 0 | 54 | 52 | 17 | 167 | 48 | 2D |
| Octal | 304 | 40 | 43 | 0 | 124 | 122 | 27 | 547 | 110 | 55 |
| Binary | 11000100 | 100000 | 100011 | 0 | 1010100 | 1010010 | 10111 | 101100111 | 1001000 | 101101 |
Color Harmonies of #C42023
Complementary color
Monochromatic Colors of #C42023
Black with #C42023
Text Example
Text Example
White with #C42023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42023; }
p { color: rgb(196,32,35); }
H1.HeaderClassName
{
color: #C42023;
}
.AnyTagClassName
{
color: #C42023;
}
</style>
background-color css
<style>
a { background-color: #C42023; }
a { background-color: rgb(196,32,35); }
div.DivClassName
{
background-color: #C42023;
}
.BgClassName
{
background-color: #C42023;
}
</style>
border-color css
<style>
span { border-color: #C42023; }
span { border-color: rgb(196,32,35); }
td.TdClassName
{
border-color: #C42023;
}
.TagClassName
{
border-color: #C42023;
}
</style>