Shades of Fire Engine Red #C31C23
Tints of Fire Engine Red #C31C23
RGB
CMYK
RGB Variations
Color information
#C31C23 (or 0xC31C23) is known color: Fire Engine Red. HEX triplet: C3, 1C and 23. RGB value is (195,28,35). Sum of RGB (Red+Green+Blue) = 195+28+35=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C23 is #3CE3DC. Grayscale: #4E4E4E. Windows color (decimal): -3990493 or 2301123. OLE color: 2301123.
HSL color Cylindrical-coordinate representation of color #C31C23: hue angle of 357.49º 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 #C31C23 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 35 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.24 |
| HSL | 357.49º | 0.75% | 0.44% | - |
| HSV(B) | 357.49º | 0.86% | 0.76% | - |
| XYZ | 23.22 | 12.55 | 2.79 | - |
| YUV | 78.73 | 103.33 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 35 | 0 | 0.86 | 0.82 | 0.24 | 357.49 | 0.75 | 0.44 |
| Hex | C3 | 1C | 23 | 0 | 56 | 52 | 18 | 165 | 4B | 2C |
| Octal | 303 | 34 | 43 | 0 | 126 | 122 | 30 | 545 | 113 | 54 |
| Binary | 11000011 | 11100 | 100011 | 0 | 1010110 | 1010010 | 11000 | 101100101 | 1001011 | 101100 |
Color Harmonies of #C31C23
Complementary color
Monochromatic Colors of #C31C23
Black with #C31C23
Text Example
Text Example
White with #C31C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C23; }
p { color: rgb(195,28,35); }
H1.HeaderClassName
{
color: #C31C23;
}
.AnyTagClassName
{
color: #C31C23;
}
</style>
background-color css
<style>
a { background-color: #C31C23; }
a { background-color: rgb(195,28,35); }
div.DivClassName
{
background-color: #C31C23;
}
.BgClassName
{
background-color: #C31C23;
}
</style>
border-color css
<style>
span { border-color: #C31C23; }
span { border-color: rgb(195,28,35); }
td.TdClassName
{
border-color: #C31C23;
}
.TagClassName
{
border-color: #C31C23;
}
</style>