Shades of Fire Engine Red #D00B25
Tints of Fire Engine Red #D00B25
RGB
CMYK
RGB Variations
Color information
#D00B25 (or 0xD00B25) is known color: Fire Engine Red. HEX triplet: D0, 0B and 25. RGB value is (208,11,37). Sum of RGB (Red+Green+Blue) = 208+11+37=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00B25 is #2FF4DA. Grayscale: #484848. Windows color (decimal): -3142875 or 2427856. OLE color: 2427856.
HSL color Cylindrical-coordinate representation of color #D00B25: hue angle of 352.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00B25 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 37 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.18 |
| HSL | 352.08º | 0.9% | 0.43% | - |
| HSV(B) | 352.08º | 0.95% | 0.82% | - |
| XYZ | 26.47 | 13.78 | 3.02 | - |
| YUV | 72.87 | 107.77 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 37 | 0 | 0.95 | 0.82 | 0.18 | 352.08 | 0.9 | 0.43 |
| Hex | D0 | B | 25 | 0 | 5F | 52 | 12 | 160 | 5A | 2B |
| Octal | 320 | 13 | 45 | 0 | 137 | 122 | 22 | 540 | 132 | 53 |
| Binary | 11010000 | 1011 | 100101 | 0 | 1011111 | 1010010 | 10010 | 101100000 | 1011010 | 101011 |
Color Harmonies of #D00B25
Complementary color
Monochromatic Colors of #D00B25
Black with #D00B25
Text Example
Text Example
White with #D00B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00B25; }
p { color: rgb(208,11,37); }
H1.HeaderClassName
{
color: #D00B25;
}
.AnyTagClassName
{
color: #D00B25;
}
</style>
background-color css
<style>
a { background-color: #D00B25; }
a { background-color: rgb(208,11,37); }
div.DivClassName
{
background-color: #D00B25;
}
.BgClassName
{
background-color: #D00B25;
}
</style>
border-color css
<style>
span { border-color: #D00B25; }
span { border-color: rgb(208,11,37); }
td.TdClassName
{
border-color: #D00B25;
}
.TagClassName
{
border-color: #D00B25;
}
</style>