Shades of Fire Engine Red #C3102B
Tints of Fire Engine Red #C3102B
RGB
CMYK
RGB Variations
Color information
#C3102B (or 0xC3102B) is known color: Fire Engine Red. HEX triplet: C3, 10 and 2B. RGB value is (195,16,43). Sum of RGB (Red+Green+Blue) = 195+16+43=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C3102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3102B is #3CEFD4. Grayscale: #484848. Windows color (decimal): -3993557 or 2822339. OLE color: 2822339.
HSL color Cylindrical-coordinate representation of color #C3102B: hue angle of 350.95º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3102B is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 43 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.24 |
| HSL | 350.95º | 0.85% | 0.41% | - |
| HSV(B) | 350.95º | 0.92% | 0.76% | - |
| XYZ | 23.13 | 12.15 | 3.41 | - |
| YUV | 72.6 | 111.3 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 43 | 0 | 0.92 | 0.78 | 0.24 | 350.95 | 0.85 | 0.41 |
| Hex | C3 | 10 | 2B | 0 | 5C | 4E | 18 | 15F | 55 | 29 |
| Octal | 303 | 20 | 53 | 0 | 134 | 116 | 30 | 537 | 125 | 51 |
| Binary | 11000011 | 10000 | 101011 | 0 | 1011100 | 1001110 | 11000 | 101011111 | 1010101 | 101001 |
Color Harmonies of #C3102B
Complementary color
Monochromatic Colors of #C3102B
Black with #C3102B
Text Example
Text Example
White with #C3102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3102B; }
p { color: rgb(195,16,43); }
H1.HeaderClassName
{
color: #C3102B;
}
.AnyTagClassName
{
color: #C3102B;
}
</style>
background-color css
<style>
a { background-color: #C3102B; }
a { background-color: rgb(195,16,43); }
div.DivClassName
{
background-color: #C3102B;
}
.BgClassName
{
background-color: #C3102B;
}
</style>
border-color css
<style>
span { border-color: #C3102B; }
span { border-color: rgb(195,16,43); }
td.TdClassName
{
border-color: #C3102B;
}
.TagClassName
{
border-color: #C3102B;
}
</style>