Shades of Fire Engine Red #D01C2A
Tints of Fire Engine Red #D01C2A
RGB
CMYK
RGB Variations
Color information
#D01C2A (or 0xD01C2A) is known color: Fire Engine Red. HEX triplet: D0, 1C and 2A. RGB value is (208,28,42). Sum of RGB (Red+Green+Blue) = 208+28+42=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01C2A is #2FE3D5. Grayscale: #535353. Windows color (decimal): -3138518 or 2759888. OLE color: 2759888.
HSL color Cylindrical-coordinate representation of color #D01C2A: hue angle of 355.33º 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 #D01C2A is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 42 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.18 |
| HSL | 355.33º | 0.76% | 0.46% | - |
| HSV(B) | 355.33º | 0.87% | 0.82% | - |
| XYZ | 26.85 | 14.41 | 3.56 | - |
| YUV | 83.42 | 104.63 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 42 | 0 | 0.87 | 0.80 | 0.18 | 355.33 | 0.76 | 0.46 |
| Hex | D0 | 1C | 2A | 0 | 57 | 50 | 12 | 163 | 4C | 2E |
| Octal | 320 | 34 | 52 | 0 | 127 | 120 | 22 | 543 | 114 | 56 |
| Binary | 11010000 | 11100 | 101010 | 0 | 1010111 | 1010000 | 10010 | 101100011 | 1001100 | 101110 |
Color Harmonies of #D01C2A
Complementary color
Monochromatic Colors of #D01C2A
Black with #D01C2A
Text Example
Text Example
White with #D01C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C2A; }
p { color: rgb(208,28,42); }
H1.HeaderClassName
{
color: #D01C2A;
}
.AnyTagClassName
{
color: #D01C2A;
}
</style>
background-color css
<style>
a { background-color: #D01C2A; }
a { background-color: rgb(208,28,42); }
div.DivClassName
{
background-color: #D01C2A;
}
.BgClassName
{
background-color: #D01C2A;
}
</style>
border-color css
<style>
span { border-color: #D01C2A; }
span { border-color: rgb(208,28,42); }
td.TdClassName
{
border-color: #D01C2A;
}
.TagClassName
{
border-color: #D01C2A;
}
</style>