Shades of Fire Engine Red #C3122A
Tints of Fire Engine Red #C3122A
RGB
CMYK
RGB Variations
Color information
#C3122A (or 0xC3122A) is known color: Fire Engine Red. HEX triplet: C3, 12 and 2A. RGB value is (195,18,42). Sum of RGB (Red+Green+Blue) = 195+18+42=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C3122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3122A is #3CEDD5. Grayscale: #494949. Windows color (decimal): -3993046 or 2757315. OLE color: 2757315.
HSL color Cylindrical-coordinate representation of color #C3122A: hue angle of 351.86º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3122A is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 42 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.24 |
| HSL | 351.86º | 0.83% | 0.42% | - |
| HSV(B) | 351.86º | 0.91% | 0.76% | - |
| XYZ | 23.14 | 12.2 | 3.33 | - |
| YUV | 73.66 | 110.14 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 42 | 0 | 0.91 | 0.78 | 0.24 | 351.86 | 0.83 | 0.42 |
| Hex | C3 | 12 | 2A | 0 | 5B | 4E | 18 | 160 | 53 | 2A |
| Octal | 303 | 22 | 52 | 0 | 133 | 116 | 30 | 540 | 123 | 52 |
| Binary | 11000011 | 10010 | 101010 | 0 | 1011011 | 1001110 | 11000 | 101100000 | 1010011 | 101010 |
Color Harmonies of #C3122A
Complementary color
Monochromatic Colors of #C3122A
Black with #C3122A
Text Example
Text Example
White with #C3122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3122A; }
p { color: rgb(195,18,42); }
H1.HeaderClassName
{
color: #C3122A;
}
.AnyTagClassName
{
color: #C3122A;
}
</style>
background-color css
<style>
a { background-color: #C3122A; }
a { background-color: rgb(195,18,42); }
div.DivClassName
{
background-color: #C3122A;
}
.BgClassName
{
background-color: #C3122A;
}
</style>
border-color css
<style>
span { border-color: #C3122A; }
span { border-color: rgb(195,18,42); }
td.TdClassName
{
border-color: #C3122A;
}
.TagClassName
{
border-color: #C3122A;
}
</style>