Shades of Fire Engine Red #D01523
Tints of Fire Engine Red #D01523
RGB
CMYK
RGB Variations
Color information
#D01523 (or 0xD01523) is known color: Fire Engine Red. HEX triplet: D0, 15 and 23. RGB value is (208,21,35). Sum of RGB (Red+Green+Blue) = 208+21+35=264 (34% of max value = 765). Red value is 208 (81.64% from 255 or 78.79% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 208 - color contains mainly: red. Hex color #D01523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01523 is #2FEADC. Grayscale: #4E4E4E. Windows color (decimal): -3140317 or 2299344. OLE color: 2299344.
HSL color Cylindrical-coordinate representation of color #D01523: hue angle of 355.51º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01523 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 35 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.18 |
| HSL | 355.51º | 0.82% | 0.45% | - |
| HSV(B) | 355.51º | 0.9% | 0.82% | - |
| XYZ | 26.58 | 14.07 | 2.9 | - |
| YUV | 78.51 | 103.45 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 35 | 0 | 0.90 | 0.83 | 0.18 | 355.51 | 0.82 | 0.45 |
| Hex | D0 | 15 | 23 | 0 | 5A | 53 | 12 | 164 | 52 | 2D |
| Octal | 320 | 25 | 43 | 0 | 132 | 123 | 22 | 544 | 122 | 55 |
| Binary | 11010000 | 10101 | 100011 | 0 | 1011010 | 1010011 | 10010 | 101100100 | 1010010 | 101101 |
Color Harmonies of #D01523
Complementary color
Monochromatic Colors of #D01523
Black with #D01523
Text Example
Text Example
White with #D01523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01523; }
p { color: rgb(208,21,35); }
H1.HeaderClassName
{
color: #D01523;
}
.AnyTagClassName
{
color: #D01523;
}
</style>
background-color css
<style>
a { background-color: #D01523; }
a { background-color: rgb(208,21,35); }
div.DivClassName
{
background-color: #D01523;
}
.BgClassName
{
background-color: #D01523;
}
</style>
border-color css
<style>
span { border-color: #D01523; }
span { border-color: rgb(208,21,35); }
td.TdClassName
{
border-color: #D01523;
}
.TagClassName
{
border-color: #D01523;
}
</style>