Shades of Fire Engine Red #DC0625
Tints of Fire Engine Red #DC0625
RGB
CMYK
RGB Variations
Color information
#DC0625 (or 0xDC0625) is known color: Fire Engine Red. HEX triplet: DC, 06 and 25. RGB value is (220,6,37). Sum of RGB (Red+Green+Blue) = 220+6+37=263 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.65% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0625 is #23F9DA. Grayscale: #494949. Windows color (decimal): -2357723 or 2426588. OLE color: 2426588.
HSL color Cylindrical-coordinate representation of color #DC0625: hue angle of 351.31º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0625 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 37 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.14 |
| HSL | 351.31º | 0.95% | 0.44% | - |
| HSV(B) | 351.31º | 0.97% | 0.86% | - |
| XYZ | 29.91 | 15.48 | 3.16 | - |
| YUV | 73.52 | 107.4 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 37 | 0 | 0.97 | 0.83 | 0.14 | 351.31 | 0.95 | 0.44 |
| Hex | DC | 6 | 25 | 0 | 61 | 53 | E | 15F | 5F | 2C |
| Octal | 334 | 6 | 45 | 0 | 141 | 123 | 16 | 537 | 137 | 54 |
| Binary | 11011100 | 110 | 100101 | 0 | 1100001 | 1010011 | 1110 | 101011111 | 1011111 | 101100 |
Color Harmonies of #DC0625
Complementary color
Monochromatic Colors of #DC0625
Black with #DC0625
Text Example
Text Example
White with #DC0625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0625; }
p { color: rgb(220,6,37); }
H1.HeaderClassName
{
color: #DC0625;
}
.AnyTagClassName
{
color: #DC0625;
}
</style>
background-color css
<style>
a { background-color: #DC0625; }
a { background-color: rgb(220,6,37); }
div.DivClassName
{
background-color: #DC0625;
}
.BgClassName
{
background-color: #DC0625;
}
</style>
border-color css
<style>
span { border-color: #DC0625; }
span { border-color: rgb(220,6,37); }
td.TdClassName
{
border-color: #DC0625;
}
.TagClassName
{
border-color: #DC0625;
}
</style>