Shades of Fire Engine Red #D60623
Tints of Fire Engine Red #D60623
RGB
CMYK
RGB Variations
Color information
#D60623 (or 0xD60623) is known color: Fire Engine Red. HEX triplet: D6, 06 and 23. RGB value is (214,6,35). Sum of RGB (Red+Green+Blue) = 214+6+35=255 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.92% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 214 - color contains mainly: red. Hex color #D60623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60623 is #29F9DC. Grayscale: #474747. Windows color (decimal): -2750941 or 2295510. OLE color: 2295510.
HSL color Cylindrical-coordinate representation of color #D60623: hue angle of 351.63º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D60623 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 35 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.16 |
| HSL | 351.63º | 0.95% | 0.43% | - |
| HSV(B) | 351.63º | 0.97% | 0.84% | - |
| XYZ | 28.1 | 14.55 | 2.92 | - |
| YUV | 71.5 | 107.41 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 35 | 0 | 0.97 | 0.84 | 0.16 | 351.63 | 0.95 | 0.43 |
| Hex | D6 | 6 | 23 | 0 | 61 | 54 | 10 | 160 | 5F | 2B |
| Octal | 326 | 6 | 43 | 0 | 141 | 124 | 20 | 540 | 137 | 53 |
| Binary | 11010110 | 110 | 100011 | 0 | 1100001 | 1010100 | 10000 | 101100000 | 1011111 | 101011 |
Color Harmonies of #D60623
Complementary color
Monochromatic Colors of #D60623
Black with #D60623
Text Example
Text Example
White with #D60623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60623; }
p { color: rgb(214,6,35); }
H1.HeaderClassName
{
color: #D60623;
}
.AnyTagClassName
{
color: #D60623;
}
</style>
background-color css
<style>
a { background-color: #D60623; }
a { background-color: rgb(214,6,35); }
div.DivClassName
{
background-color: #D60623;
}
.BgClassName
{
background-color: #D60623;
}
</style>
border-color css
<style>
span { border-color: #D60623; }
span { border-color: rgb(214,6,35); }
td.TdClassName
{
border-color: #D60623;
}
.TagClassName
{
border-color: #D60623;
}
</style>