Shades of Fire Engine Red #D0232B
Tints of Fire Engine Red #D0232B
RGB
CMYK
RGB Variations
Color information
#D0232B (or 0xD0232B) is known color: Fire Engine Red. HEX triplet: D0, 23 and 2B. RGB value is (208,35,43). Sum of RGB (Red+Green+Blue) = 208+35+43=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D0232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0232B is #2FDCD4. Grayscale: #575757. Windows color (decimal): -3136725 or 2827216. OLE color: 2827216.
HSL color Cylindrical-coordinate representation of color #D0232B: hue angle of 357.23º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0232B is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 43 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.18 |
| HSL | 357.23º | 0.71% | 0.48% | - |
| HSV(B) | 357.23º | 0.83% | 0.82% | - |
| XYZ | 27.05 | 14.79 | 3.71 | - |
| YUV | 87.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 43 | 0 | 0.83 | 0.79 | 0.18 | 357.23 | 0.71 | 0.48 |
| Hex | D0 | 23 | 2B | 0 | 53 | 4F | 12 | 165 | 47 | 30 |
| Octal | 320 | 43 | 53 | 0 | 123 | 117 | 22 | 545 | 107 | 60 |
| Binary | 11010000 | 100011 | 101011 | 0 | 1010011 | 1001111 | 10010 | 101100101 | 1000111 | 110000 |
Color Harmonies of #D0232B
Complementary color
Monochromatic Colors of #D0232B
Black with #D0232B
Text Example
Text Example
White with #D0232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0232B; }
p { color: rgb(208,35,43); }
H1.HeaderClassName
{
color: #D0232B;
}
.AnyTagClassName
{
color: #D0232B;
}
</style>
background-color css
<style>
a { background-color: #D0232B; }
a { background-color: rgb(208,35,43); }
div.DivClassName
{
background-color: #D0232B;
}
.BgClassName
{
background-color: #D0232B;
}
</style>
border-color css
<style>
span { border-color: #D0232B; }
span { border-color: rgb(208,35,43); }
td.TdClassName
{
border-color: #D0232B;
}
.TagClassName
{
border-color: #D0232B;
}
</style>