Shades of Fire Engine Red #C31C29
Tints of Fire Engine Red #C31C29
RGB
CMYK
RGB Variations
Color information
#C31C29 (or 0xC31C29) is known color: Fire Engine Red. HEX triplet: C3, 1C and 29. RGB value is (195,28,41). Sum of RGB (Red+Green+Blue) = 195+28+41=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C29 is #3CE3D6. Grayscale: #4F4F4F. Windows color (decimal): -3990487 or 2694339. OLE color: 2694339.
HSL color Cylindrical-coordinate representation of color #C31C29: hue angle of 355.33º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C29 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 41 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.24 |
| HSL | 355.33º | 0.75% | 0.44% | - |
| HSV(B) | 355.33º | 0.86% | 0.76% | - |
| XYZ | 23.32 | 12.59 | 3.3 | - |
| YUV | 79.42 | 106.33 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 41 | 0 | 0.86 | 0.79 | 0.24 | 355.33 | 0.75 | 0.44 |
| Hex | C3 | 1C | 29 | 0 | 56 | 4F | 18 | 163 | 4B | 2C |
| Octal | 303 | 34 | 51 | 0 | 126 | 117 | 30 | 543 | 113 | 54 |
| Binary | 11000011 | 11100 | 101001 | 0 | 1010110 | 1001111 | 11000 | 101100011 | 1001011 | 101100 |
Color Harmonies of #C31C29
Complementary color
Monochromatic Colors of #C31C29
Black with #C31C29
Text Example
Text Example
White with #C31C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C29; }
p { color: rgb(195,28,41); }
H1.HeaderClassName
{
color: #C31C29;
}
.AnyTagClassName
{
color: #C31C29;
}
</style>
background-color css
<style>
a { background-color: #C31C29; }
a { background-color: rgb(195,28,41); }
div.DivClassName
{
background-color: #C31C29;
}
.BgClassName
{
background-color: #C31C29;
}
</style>
border-color css
<style>
span { border-color: #C31C29; }
span { border-color: rgb(195,28,41); }
td.TdClassName
{
border-color: #C31C29;
}
.TagClassName
{
border-color: #C31C29;
}
</style>