Shades of Fire Engine Red #C01A1F
Tints of Fire Engine Red #C01A1F
RGB
CMYK
RGB Variations
Color information
#C01A1F (or 0xC01A1F) is known color: Fire Engine Red. HEX triplet: C0, 1A and 1F. RGB value is (192,26,31). Sum of RGB (Red+Green+Blue) = 192+26+31=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A1F is #3FE5E0. Grayscale: #4C4C4C. Windows color (decimal): -4187617 or 2038464. OLE color: 2038464.
HSL color Cylindrical-coordinate representation of color #C01A1F: hue angle of 358.19º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01A1F is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 31 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.25 |
| HSL | 358.19º | 0.76% | 0.43% | - |
| HSV(B) | 358.19º | 0.86% | 0.75% | - |
| XYZ | 22.35 | 12.04 | 2.44 | - |
| YUV | 76.2 | 102.5 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 31 | 0 | 0.86 | 0.84 | 0.25 | 358.19 | 0.76 | 0.43 |
| Hex | C0 | 1A | 1F | 0 | 56 | 54 | 19 | 166 | 4C | 2B |
| Octal | 300 | 32 | 37 | 0 | 126 | 124 | 31 | 546 | 114 | 53 |
| Binary | 11000000 | 11010 | 11111 | 0 | 1010110 | 1010100 | 11001 | 101100110 | 1001100 | 101011 |
Color Harmonies of #C01A1F
Complementary color
Monochromatic Colors of #C01A1F
Black with #C01A1F
Text Example
Text Example
White with #C01A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01A1F; }
p { color: rgb(192,26,31); }
H1.HeaderClassName
{
color: #C01A1F;
}
.AnyTagClassName
{
color: #C01A1F;
}
</style>
background-color css
<style>
a { background-color: #C01A1F; }
a { background-color: rgb(192,26,31); }
div.DivClassName
{
background-color: #C01A1F;
}
.BgClassName
{
background-color: #C01A1F;
}
</style>
border-color css
<style>
span { border-color: #C01A1F; }
span { border-color: rgb(192,26,31); }
td.TdClassName
{
border-color: #C01A1F;
}
.TagClassName
{
border-color: #C01A1F;
}
</style>