Shades of Fire Engine Red #C31F26
Tints of Fire Engine Red #C31F26
RGB
CMYK
RGB Variations
Color information
#C31F26 (or 0xC31F26) is known color: Fire Engine Red. HEX triplet: C3, 1F and 26. RGB value is (195,31,38). Sum of RGB (Red+Green+Blue) = 195+31+38=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31F26 is #3CE0D9. Grayscale: #505050. Windows color (decimal): -3989722 or 2498499. OLE color: 2498499.
HSL color Cylindrical-coordinate representation of color #C31F26: hue angle of 357.44º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31F26 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 38 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.24 |
| HSL | 357.44º | 0.73% | 0.44% | - |
| HSV(B) | 357.44º | 0.84% | 0.76% | - |
| XYZ | 23.35 | 12.72 | 3.06 | - |
| YUV | 80.83 | 103.83 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 38 | 0 | 0.84 | 0.81 | 0.24 | 357.44 | 0.73 | 0.44 |
| Hex | C3 | 1F | 26 | 0 | 54 | 51 | 18 | 165 | 49 | 2C |
| Octal | 303 | 37 | 46 | 0 | 124 | 121 | 30 | 545 | 111 | 54 |
| Binary | 11000011 | 11111 | 100110 | 0 | 1010100 | 1010001 | 11000 | 101100101 | 1001001 | 101100 |
Color Harmonies of #C31F26
Complementary color
Monochromatic Colors of #C31F26
Black with #C31F26
Text Example
Text Example
White with #C31F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F26; }
p { color: rgb(195,31,38); }
H1.HeaderClassName
{
color: #C31F26;
}
.AnyTagClassName
{
color: #C31F26;
}
</style>
background-color css
<style>
a { background-color: #C31F26; }
a { background-color: rgb(195,31,38); }
div.DivClassName
{
background-color: #C31F26;
}
.BgClassName
{
background-color: #C31F26;
}
</style>
border-color css
<style>
span { border-color: #C31F26; }
span { border-color: rgb(195,31,38); }
td.TdClassName
{
border-color: #C31F26;
}
.TagClassName
{
border-color: #C31F26;
}
</style>