Shades of Fire Engine Red #C31B29
Tints of Fire Engine Red #C31B29
RGB
CMYK
RGB Variations
Color information
#C31B29 (or 0xC31B29) is known color: Fire Engine Red. HEX triplet: C3, 1B and 29. RGB value is (195,27,41). Sum of RGB (Red+Green+Blue) = 195+27+41=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31B29 is #3CE4D6. Grayscale: #4E4E4E. Windows color (decimal): -3990743 or 2694083. OLE color: 2694083.
HSL color Cylindrical-coordinate representation of color #C31B29: hue angle of 355º degrees, saturation: 0.76, 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 #C31B29 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 41 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.24 |
| HSL | 355º | 0.76% | 0.44% | - |
| HSV(B) | 355º | 0.86% | 0.76% | - |
| XYZ | 23.3 | 12.55 | 3.29 | - |
| YUV | 78.83 | 106.66 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 41 | 0 | 0.86 | 0.79 | 0.24 | 355 | 0.76 | 0.44 |
| Hex | C3 | 1B | 29 | 0 | 56 | 4F | 18 | 163 | 4C | 2C |
| Octal | 303 | 33 | 51 | 0 | 126 | 117 | 30 | 543 | 114 | 54 |
| Binary | 11000011 | 11011 | 101001 | 0 | 1010110 | 1001111 | 11000 | 101100011 | 1001100 | 101100 |
Color Harmonies of #C31B29
Complementary color
Monochromatic Colors of #C31B29
Black with #C31B29
Text Example
Text Example
White with #C31B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31B29; }
p { color: rgb(195,27,41); }
H1.HeaderClassName
{
color: #C31B29;
}
.AnyTagClassName
{
color: #C31B29;
}
</style>
background-color css
<style>
a { background-color: #C31B29; }
a { background-color: rgb(195,27,41); }
div.DivClassName
{
background-color: #C31B29;
}
.BgClassName
{
background-color: #C31B29;
}
</style>
border-color css
<style>
span { border-color: #C31B29; }
span { border-color: rgb(195,27,41); }
td.TdClassName
{
border-color: #C31B29;
}
.TagClassName
{
border-color: #C31B29;
}
</style>