Shades of Fire Engine Red #DC0927
Tints of Fire Engine Red #DC0927
RGB
CMYK
RGB Variations
Color information
#DC0927 (or 0xDC0927) is known color: Fire Engine Red. HEX triplet: DC, 09 and 27. RGB value is (220,9,39). Sum of RGB (Red+Green+Blue) = 220+9+39=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0927 is #23F6D8. Grayscale: #4B4B4B. Windows color (decimal): -2356953 or 2558428. OLE color: 2558428.
HSL color Cylindrical-coordinate representation of color #DC0927: hue angle of 351.47º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0927 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 39 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.14 |
| HSL | 351.47º | 0.92% | 0.45% | - |
| HSV(B) | 351.47º | 0.96% | 0.86% | - |
| XYZ | 29.98 | 15.56 | 3.34 | - |
| YUV | 75.51 | 107.4 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 39 | 0 | 0.96 | 0.82 | 0.14 | 351.47 | 0.92 | 0.45 |
| Hex | DC | 9 | 27 | 0 | 60 | 52 | E | 15F | 5C | 2D |
| Octal | 334 | 11 | 47 | 0 | 140 | 122 | 16 | 537 | 134 | 55 |
| Binary | 11011100 | 1001 | 100111 | 0 | 1100000 | 1010010 | 1110 | 101011111 | 1011100 | 101101 |
Color Harmonies of #DC0927
Complementary color
Monochromatic Colors of #DC0927
Black with #DC0927
Text Example
Text Example
White with #DC0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0927; }
p { color: rgb(220,9,39); }
H1.HeaderClassName
{
color: #DC0927;
}
.AnyTagClassName
{
color: #DC0927;
}
</style>
background-color css
<style>
a { background-color: #DC0927; }
a { background-color: rgb(220,9,39); }
div.DivClassName
{
background-color: #DC0927;
}
.BgClassName
{
background-color: #DC0927;
}
</style>
border-color css
<style>
span { border-color: #DC0927; }
span { border-color: rgb(220,9,39); }
td.TdClassName
{
border-color: #DC0927;
}
.TagClassName
{
border-color: #DC0927;
}
</style>