Shades of Fire Engine Red #D2262A
Tints of Fire Engine Red #D2262A
RGB
CMYK
RGB Variations
Color information
#D2262A (or 0xD2262A) is known color: Fire Engine Red. HEX triplet: D2, 26 and 2A. RGB value is (210,38,42). Sum of RGB (Red+Green+Blue) = 210+38+42=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D2262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2262A is #2DD9D5. Grayscale: #5A5A5A. Windows color (decimal): -3004886 or 2762450. OLE color: 2762450.
HSL color Cylindrical-coordinate representation of color #D2262A: hue angle of 358.6º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2262A is Cyan = 0, Magento = 0.82, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 42 | - |
| CMYK | 0 | 0.82 | 0.8 | 0.18 |
| HSL | 358.6º | 0.69% | 0.49% | - |
| HSV(B) | 358.6º | 0.82% | 0.82% | - |
| XYZ | 27.69 | 15.26 | 3.68 | - |
| YUV | 89.88 | 100.98 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 42 | 0 | 0.82 | 0.8 | 0.18 | 358.6 | 0.69 | 0.49 |
| Hex | D2 | 26 | 2A | 0 | 52 | 50 | 12 | 167 | 45 | 31 |
| Octal | 322 | 46 | 52 | 0 | 122 | 120 | 22 | 547 | 105 | 61 |
| Binary | 11010010 | 100110 | 101010 | 0 | 1010010 | 1010000 | 10010 | 101100111 | 1000101 | 110001 |
Color Harmonies of #D2262A
Complementary color
Monochromatic Colors of #D2262A
Black with #D2262A
Text Example
Text Example
White with #D2262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2262A; }
p { color: rgb(210,38,42); }
H1.HeaderClassName
{
color: #D2262A;
}
.AnyTagClassName
{
color: #D2262A;
}
</style>
background-color css
<style>
a { background-color: #D2262A; }
a { background-color: rgb(210,38,42); }
div.DivClassName
{
background-color: #D2262A;
}
.BgClassName
{
background-color: #D2262A;
}
</style>
border-color css
<style>
span { border-color: #D2262A; }
span { border-color: rgb(210,38,42); }
td.TdClassName
{
border-color: #D2262A;
}
.TagClassName
{
border-color: #D2262A;
}
</style>