Shades of Fire Engine Red #C20D23
Tints of Fire Engine Red #C20D23
RGB
CMYK
RGB Variations
Color information
#C20D23 (or 0xC20D23) is known color: Fire Engine Red. HEX triplet: C2, 0D and 23. RGB value is (194,13,35). Sum of RGB (Red+Green+Blue) = 194+13+35=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20D23 is #3DF2DC. Grayscale: #454545. Windows color (decimal): -4059869 or 2297282. OLE color: 2297282.
HSL color Cylindrical-coordinate representation of color #C20D23: hue angle of 352.71º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20D23 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 35 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.24 |
| HSL | 352.71º | 0.87% | 0.41% | - |
| HSV(B) | 352.71º | 0.93% | 0.76% | - |
| XYZ | 22.7 | 11.88 | 2.69 | - |
| YUV | 69.63 | 108.47 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 35 | 0 | 0.93 | 0.82 | 0.24 | 352.71 | 0.87 | 0.41 |
| Hex | C2 | D | 23 | 0 | 5D | 52 | 18 | 161 | 57 | 29 |
| Octal | 302 | 15 | 43 | 0 | 135 | 122 | 30 | 541 | 127 | 51 |
| Binary | 11000010 | 1101 | 100011 | 0 | 1011101 | 1010010 | 11000 | 101100001 | 1010111 | 101001 |
Color Harmonies of #C20D23
Complementary color
Monochromatic Colors of #C20D23
Black with #C20D23
Text Example
Text Example
White with #C20D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20D23; }
p { color: rgb(194,13,35); }
H1.HeaderClassName
{
color: #C20D23;
}
.AnyTagClassName
{
color: #C20D23;
}
</style>
background-color css
<style>
a { background-color: #C20D23; }
a { background-color: rgb(194,13,35); }
div.DivClassName
{
background-color: #C20D23;
}
.BgClassName
{
background-color: #C20D23;
}
</style>
border-color css
<style>
span { border-color: #C20D23; }
span { border-color: rgb(194,13,35); }
td.TdClassName
{
border-color: #C20D23;
}
.TagClassName
{
border-color: #C20D23;
}
</style>