Shades of Fire Engine Red #C31F23
Tints of Fire Engine Red #C31F23
RGB
CMYK
RGB Variations
Color information
#C31F23 (or 0xC31F23) is known color: Fire Engine Red. HEX triplet: C3, 1F and 23. RGB value is (195,31,35). Sum of RGB (Red+Green+Blue) = 195+31+35=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31F23 is #3CE0DC. Grayscale: #505050. Windows color (decimal): -3989725 or 2301891. OLE color: 2301891.
HSL color Cylindrical-coordinate representation of color #C31F23: hue angle of 358.54º 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 #C31F23 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 35 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.24 |
| HSL | 358.54º | 0.73% | 0.44% | - |
| HSV(B) | 358.54º | 0.84% | 0.76% | - |
| XYZ | 23.3 | 12.7 | 2.81 | - |
| YUV | 80.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 35 | 0 | 0.84 | 0.82 | 0.24 | 358.54 | 0.73 | 0.44 |
| Hex | C3 | 1F | 23 | 0 | 54 | 52 | 18 | 167 | 49 | 2C |
| Octal | 303 | 37 | 43 | 0 | 124 | 122 | 30 | 547 | 111 | 54 |
| Binary | 11000011 | 11111 | 100011 | 0 | 1010100 | 1010010 | 11000 | 101100111 | 1001001 | 101100 |
Color Harmonies of #C31F23
Complementary color
Monochromatic Colors of #C31F23
Black with #C31F23
Text Example
Text Example
White with #C31F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F23; }
p { color: rgb(195,31,35); }
H1.HeaderClassName
{
color: #C31F23;
}
.AnyTagClassName
{
color: #C31F23;
}
</style>
background-color css
<style>
a { background-color: #C31F23; }
a { background-color: rgb(195,31,35); }
div.DivClassName
{
background-color: #C31F23;
}
.BgClassName
{
background-color: #C31F23;
}
</style>
border-color css
<style>
span { border-color: #C31F23; }
span { border-color: rgb(195,31,35); }
td.TdClassName
{
border-color: #C31F23;
}
.TagClassName
{
border-color: #C31F23;
}
</style>