Shades of Fire Engine Red #C31D23
Tints of Fire Engine Red #C31D23
RGB
CMYK
RGB Variations
Color information
#C31D23 (or 0xC31D23) is known color: Fire Engine Red. HEX triplet: C3, 1D and 23. RGB value is (195,29,35). Sum of RGB (Red+Green+Blue) = 195+29+35=259 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.29% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31D23 is #3CE2DC. Grayscale: #4F4F4F. Windows color (decimal): -3990237 or 2301379. OLE color: 2301379.
HSL color Cylindrical-coordinate representation of color #C31D23: hue angle of 357.83º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31D23 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 35 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.24 |
| HSL | 357.83º | 0.74% | 0.44% | - |
| HSV(B) | 357.83º | 0.85% | 0.76% | - |
| XYZ | 23.25 | 12.6 | 2.8 | - |
| YUV | 79.32 | 103 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 35 | 0 | 0.85 | 0.82 | 0.24 | 357.83 | 0.74 | 0.44 |
| Hex | C3 | 1D | 23 | 0 | 55 | 52 | 18 | 166 | 4A | 2C |
| Octal | 303 | 35 | 43 | 0 | 125 | 122 | 30 | 546 | 112 | 54 |
| Binary | 11000011 | 11101 | 100011 | 0 | 1010101 | 1010010 | 11000 | 101100110 | 1001010 | 101100 |
Color Harmonies of #C31D23
Complementary color
Monochromatic Colors of #C31D23
Black with #C31D23
Text Example
Text Example
White with #C31D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D23; }
p { color: rgb(195,29,35); }
H1.HeaderClassName
{
color: #C31D23;
}
.AnyTagClassName
{
color: #C31D23;
}
</style>
background-color css
<style>
a { background-color: #C31D23; }
a { background-color: rgb(195,29,35); }
div.DivClassName
{
background-color: #C31D23;
}
.BgClassName
{
background-color: #C31D23;
}
</style>
border-color css
<style>
span { border-color: #C31D23; }
span { border-color: rgb(195,29,35); }
td.TdClassName
{
border-color: #C31D23;
}
.TagClassName
{
border-color: #C31D23;
}
</style>