Shades of Fire Engine Red #DC0427
Tints of Fire Engine Red #DC0427
RGB
CMYK
RGB Variations
Color information
#DC0427 (or 0xDC0427) is known color: Fire Engine Red. HEX triplet: DC, 04 and 27. RGB value is (220,4,39). Sum of RGB (Red+Green+Blue) = 220+4+39=263 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.65% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0427 is #23FBD8. Grayscale: #484848. Windows color (decimal): -2358233 or 2557148. OLE color: 2557148.
HSL color Cylindrical-coordinate representation of color #DC0427: hue angle of 350.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0427 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 39 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.14 |
| HSL | 350.28º | 0.96% | 0.44% | - |
| HSV(B) | 350.28º | 0.98% | 0.86% | - |
| XYZ | 29.92 | 15.45 | 3.32 | - |
| YUV | 72.57 | 109.06 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 39 | 0 | 0.98 | 0.82 | 0.14 | 350.28 | 0.96 | 0.44 |
| Hex | DC | 4 | 27 | 0 | 62 | 52 | E | 15E | 60 | 2C |
| Octal | 334 | 4 | 47 | 0 | 142 | 122 | 16 | 536 | 140 | 54 |
| Binary | 11011100 | 100 | 100111 | 0 | 1100010 | 1010010 | 1110 | 101011110 | 1100000 | 101100 |
Color Harmonies of #DC0427
Complementary color
Monochromatic Colors of #DC0427
Black with #DC0427
Text Example
Text Example
White with #DC0427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0427; }
p { color: rgb(220,4,39); }
H1.HeaderClassName
{
color: #DC0427;
}
.AnyTagClassName
{
color: #DC0427;
}
</style>
background-color css
<style>
a { background-color: #DC0427; }
a { background-color: rgb(220,4,39); }
div.DivClassName
{
background-color: #DC0427;
}
.BgClassName
{
background-color: #DC0427;
}
</style>
border-color css
<style>
span { border-color: #DC0427; }
span { border-color: rgb(220,4,39); }
td.TdClassName
{
border-color: #DC0427;
}
.TagClassName
{
border-color: #DC0427;
}
</style>