Shades of Fire Engine Red #CD0C1F
Tints of Fire Engine Red #CD0C1F
RGB
CMYK
RGB Variations
Color information
#CD0C1F (or 0xCD0C1F) is known color: Fire Engine Red. HEX triplet: CD, 0C and 1F. RGB value is (205,12,31). Sum of RGB (Red+Green+Blue) = 205+12+31=248 (32% of max value = 765). Red value is 205 (80.47% from 255 or 82.66% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0C1F is #32F3E0. Grayscale: #474747. Windows color (decimal): -3339233 or 2034893. OLE color: 2034893.
HSL color Cylindrical-coordinate representation of color #CD0C1F: hue angle of 354.09º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0C1F is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 31 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.20 |
| HSL | 354.09º | 0.89% | 0.43% | - |
| HSV(B) | 354.09º | 0.94% | 0.8% | - |
| XYZ | 25.56 | 13.34 | 2.52 | - |
| YUV | 71.87 | 104.94 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 31 | 0 | 0.94 | 0.85 | 0.20 | 354.09 | 0.89 | 0.43 |
| Hex | CD | C | 1F | 0 | 5E | 55 | 14 | 162 | 59 | 2B |
| Octal | 315 | 14 | 37 | 0 | 136 | 125 | 24 | 542 | 131 | 53 |
| Binary | 11001101 | 1100 | 11111 | 0 | 1011110 | 1010101 | 10100 | 101100010 | 1011001 | 101011 |
Color Harmonies of #CD0C1F
Complementary color
Monochromatic Colors of #CD0C1F
Black with #CD0C1F
Text Example
Text Example
White with #CD0C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0C1F; }
p { color: rgb(205,12,31); }
H1.HeaderClassName
{
color: #CD0C1F;
}
.AnyTagClassName
{
color: #CD0C1F;
}
</style>
background-color css
<style>
a { background-color: #CD0C1F; }
a { background-color: rgb(205,12,31); }
div.DivClassName
{
background-color: #CD0C1F;
}
.BgClassName
{
background-color: #CD0C1F;
}
</style>
border-color css
<style>
span { border-color: #CD0C1F; }
span { border-color: rgb(205,12,31); }
td.TdClassName
{
border-color: #CD0C1F;
}
.TagClassName
{
border-color: #CD0C1F;
}
</style>