Shades of Fire Engine Red #DC102A
Tints of Fire Engine Red #DC102A
RGB
CMYK
RGB Variations
Color information
#DC102A (or 0xDC102A) is known color: Fire Engine Red. HEX triplet: DC, 10 and 2A. RGB value is (220,16,42). Sum of RGB (Red+Green+Blue) = 220+16+42=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC102A is #23EFD5. Grayscale: #505050. Windows color (decimal): -2355158 or 2756828. OLE color: 2756828.
HSL color Cylindrical-coordinate representation of color #DC102A: hue angle of 352.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC102A is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 42 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.14 |
| HSL | 352.35º | 0.86% | 0.46% | - |
| HSV(B) | 352.35º | 0.93% | 0.86% | - |
| XYZ | 30.12 | 15.75 | 3.64 | - |
| YUV | 79.96 | 106.59 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 42 | 0 | 0.93 | 0.81 | 0.14 | 352.35 | 0.86 | 0.46 |
| Hex | DC | 10 | 2A | 0 | 5D | 51 | E | 160 | 56 | 2E |
| Octal | 334 | 20 | 52 | 0 | 135 | 121 | 16 | 540 | 126 | 56 |
| Binary | 11011100 | 10000 | 101010 | 0 | 1011101 | 1010001 | 1110 | 101100000 | 1010110 | 101110 |
Color Harmonies of #DC102A
Complementary color
Monochromatic Colors of #DC102A
Black with #DC102A
Text Example
Text Example
White with #DC102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC102A; }
p { color: rgb(220,16,42); }
H1.HeaderClassName
{
color: #DC102A;
}
.AnyTagClassName
{
color: #DC102A;
}
</style>
background-color css
<style>
a { background-color: #DC102A; }
a { background-color: rgb(220,16,42); }
div.DivClassName
{
background-color: #DC102A;
}
.BgClassName
{
background-color: #DC102A;
}
</style>
border-color css
<style>
span { border-color: #DC102A; }
span { border-color: rgb(220,16,42); }
td.TdClassName
{
border-color: #DC102A;
}
.TagClassName
{
border-color: #DC102A;
}
</style>