Shades of Fire Engine Red #D62326
Tints of Fire Engine Red #D62326
RGB
CMYK
RGB Variations
Color information
#D62326 (or 0xD62326) is known color: Fire Engine Red. HEX triplet: D6, 23 and 26. RGB value is (214,35,38). Sum of RGB (Red+Green+Blue) = 214+35+38=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D62326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62326 is #29DCD9. Grayscale: #595959. Windows color (decimal): -2743514 or 2499542. OLE color: 2499542.
HSL color Cylindrical-coordinate representation of color #D62326: hue angle of 358.99º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62326 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 38 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.16 |
| HSL | 358.99º | 0.72% | 0.49% | - |
| HSV(B) | 358.99º | 0.84% | 0.84% | - |
| XYZ | 28.68 | 15.64 | 3.34 | - |
| YUV | 88.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 38 | 0 | 0.84 | 0.82 | 0.16 | 358.99 | 0.72 | 0.49 |
| Hex | D6 | 23 | 26 | 0 | 54 | 52 | 10 | 167 | 48 | 31 |
| Octal | 326 | 43 | 46 | 0 | 124 | 122 | 20 | 547 | 110 | 61 |
| Binary | 11010110 | 100011 | 100110 | 0 | 1010100 | 1010010 | 10000 | 101100111 | 1001000 | 110001 |
Color Harmonies of #D62326
Complementary color
Monochromatic Colors of #D62326
Black with #D62326
Text Example
Text Example
White with #D62326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62326; }
p { color: rgb(214,35,38); }
H1.HeaderClassName
{
color: #D62326;
}
.AnyTagClassName
{
color: #D62326;
}
</style>
background-color css
<style>
a { background-color: #D62326; }
a { background-color: rgb(214,35,38); }
div.DivClassName
{
background-color: #D62326;
}
.BgClassName
{
background-color: #D62326;
}
</style>
border-color css
<style>
span { border-color: #D62326; }
span { border-color: rgb(214,35,38); }
td.TdClassName
{
border-color: #D62326;
}
.TagClassName
{
border-color: #D62326;
}
</style>