Shades of Fire Engine Red #C2092A
Tints of Fire Engine Red #C2092A
RGB
CMYK
RGB Variations
Color information
#C2092A (or 0xC2092A) is known color: Fire Engine Red. HEX triplet: C2, 09 and 2A. RGB value is (194,9,42). Sum of RGB (Red+Green+Blue) = 194+9+42=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C2092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2092A is #3DF6D5. Grayscale: #444444. Windows color (decimal): -4060886 or 2755010. OLE color: 2755010.
HSL color Cylindrical-coordinate representation of color #C2092A: hue angle of 349.3º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2092A is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 42 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.24 |
| HSL | 349.3º | 0.91% | 0.4% | - |
| HSV(B) | 349.3º | 0.95% | 0.76% | - |
| XYZ | 22.76 | 11.83 | 3.27 | - |
| YUV | 68.08 | 113.29 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 42 | 0 | 0.95 | 0.78 | 0.24 | 349.3 | 0.91 | 0.4 |
| Hex | C2 | 9 | 2A | 0 | 5F | 4E | 18 | 15D | 5B | 28 |
| Octal | 302 | 11 | 52 | 0 | 137 | 116 | 30 | 535 | 133 | 50 |
| Binary | 11000010 | 1001 | 101010 | 0 | 1011111 | 1001110 | 11000 | 101011101 | 1011011 | 101000 |
Color Harmonies of #C2092A
Complementary color
Monochromatic Colors of #C2092A
Black with #C2092A
Text Example
Text Example
White with #C2092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2092A; }
p { color: rgb(194,9,42); }
H1.HeaderClassName
{
color: #C2092A;
}
.AnyTagClassName
{
color: #C2092A;
}
</style>
background-color css
<style>
a { background-color: #C2092A; }
a { background-color: rgb(194,9,42); }
div.DivClassName
{
background-color: #C2092A;
}
.BgClassName
{
background-color: #C2092A;
}
</style>
border-color css
<style>
span { border-color: #C2092A; }
span { border-color: rgb(194,9,42); }
td.TdClassName
{
border-color: #C2092A;
}
.TagClassName
{
border-color: #C2092A;
}
</style>