Shades of Fire Engine Red #D01C2B
Tints of Fire Engine Red #D01C2B
RGB
CMYK
RGB Variations
Color information
#D01C2B (or 0xD01C2B) is known color: Fire Engine Red. HEX triplet: D0, 1C and 2B. RGB value is (208,28,43). Sum of RGB (Red+Green+Blue) = 208+28+43=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01C2B is #2FE3D4. Grayscale: #535353. Windows color (decimal): -3138517 or 2825424. OLE color: 2825424.
HSL color Cylindrical-coordinate representation of color #D01C2B: hue angle of 355º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01C2B is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 43 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.18 |
| HSL | 355º | 0.76% | 0.46% | - |
| HSV(B) | 355º | 0.87% | 0.82% | - |
| XYZ | 26.86 | 14.41 | 3.65 | - |
| YUV | 83.53 | 105.13 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 43 | 0 | 0.87 | 0.79 | 0.18 | 355 | 0.76 | 0.46 |
| Hex | D0 | 1C | 2B | 0 | 57 | 4F | 12 | 163 | 4C | 2E |
| Octal | 320 | 34 | 53 | 0 | 127 | 117 | 22 | 543 | 114 | 56 |
| Binary | 11010000 | 11100 | 101011 | 0 | 1010111 | 1001111 | 10010 | 101100011 | 1001100 | 101110 |
Color Harmonies of #D01C2B
Complementary color
Monochromatic Colors of #D01C2B
Black with #D01C2B
Text Example
Text Example
White with #D01C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C2B; }
p { color: rgb(208,28,43); }
H1.HeaderClassName
{
color: #D01C2B;
}
.AnyTagClassName
{
color: #D01C2B;
}
</style>
background-color css
<style>
a { background-color: #D01C2B; }
a { background-color: rgb(208,28,43); }
div.DivClassName
{
background-color: #D01C2B;
}
.BgClassName
{
background-color: #D01C2B;
}
</style>
border-color css
<style>
span { border-color: #D01C2B; }
span { border-color: rgb(208,28,43); }
td.TdClassName
{
border-color: #D01C2B;
}
.TagClassName
{
border-color: #D01C2B;
}
</style>