Shades of Fire Engine Red #C31D2A
Tints of Fire Engine Red #C31D2A
RGB
CMYK
RGB Variations
Color information
#C31D2A (or 0xC31D2A) is known color: Fire Engine Red. HEX triplet: C3, 1D and 2A. RGB value is (195,29,42). Sum of RGB (Red+Green+Blue) = 195+29+42=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31D2A is #3CE2D5. Grayscale: #505050. Windows color (decimal): -3990230 or 2760131. OLE color: 2760131.
HSL color Cylindrical-coordinate representation of color #C31D2A: hue angle of 355.3º 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 #C31D2A is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 42 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.24 |
| HSL | 355.3º | 0.74% | 0.44% | - |
| HSV(B) | 355.3º | 0.85% | 0.76% | - |
| XYZ | 23.36 | 12.65 | 3.4 | - |
| YUV | 80.12 | 106.5 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 42 | 0 | 0.85 | 0.78 | 0.24 | 355.3 | 0.74 | 0.44 |
| Hex | C3 | 1D | 2A | 0 | 55 | 4E | 18 | 163 | 4A | 2C |
| Octal | 303 | 35 | 52 | 0 | 125 | 116 | 30 | 543 | 112 | 54 |
| Binary | 11000011 | 11101 | 101010 | 0 | 1010101 | 1001110 | 11000 | 101100011 | 1001010 | 101100 |
Color Harmonies of #C31D2A
Complementary color
Monochromatic Colors of #C31D2A
Black with #C31D2A
Text Example
Text Example
White with #C31D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D2A; }
p { color: rgb(195,29,42); }
H1.HeaderClassName
{
color: #C31D2A;
}
.AnyTagClassName
{
color: #C31D2A;
}
</style>
background-color css
<style>
a { background-color: #C31D2A; }
a { background-color: rgb(195,29,42); }
div.DivClassName
{
background-color: #C31D2A;
}
.BgClassName
{
background-color: #C31D2A;
}
</style>
border-color css
<style>
span { border-color: #C31D2A; }
span { border-color: rgb(195,29,42); }
td.TdClassName
{
border-color: #C31D2A;
}
.TagClassName
{
border-color: #C31D2A;
}
</style>