Shades of Fire Engine Red #D30A23
Tints of Fire Engine Red #D30A23
RGB
CMYK
RGB Variations
Color information
#D30A23 (or 0xD30A23) is known color: Fire Engine Red. HEX triplet: D3, 0A and 23. RGB value is (211,10,35). Sum of RGB (Red+Green+Blue) = 211+10+35=256 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.42% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 211 - color contains mainly: red. Hex color #D30A23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30A23 is #2CF5DC. Grayscale: #494949. Windows color (decimal): -2946525 or 2296531. OLE color: 2296531.
HSL color Cylindrical-coordinate representation of color #D30A23: hue angle of 352.54º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30A23 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 10 | 35 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.17 |
| HSL | 352.54º | 0.91% | 0.43% | - |
| HSV(B) | 352.54º | 0.95% | 0.83% | - |
| XYZ | 27.28 | 14.19 | 2.89 | - |
| YUV | 72.95 | 106.59 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 10 | 35 | 0 | 0.95 | 0.83 | 0.17 | 352.54 | 0.91 | 0.43 |
| Hex | D3 | A | 23 | 0 | 5F | 53 | 11 | 161 | 5B | 2B |
| Octal | 323 | 12 | 43 | 0 | 137 | 123 | 21 | 541 | 133 | 53 |
| Binary | 11010011 | 1010 | 100011 | 0 | 1011111 | 1010011 | 10001 | 101100001 | 1011011 | 101011 |
Color Harmonies of #D30A23
Complementary color
Monochromatic Colors of #D30A23
Black with #D30A23
Text Example
Text Example
White with #D30A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30A23; }
p { color: rgb(211,10,35); }
H1.HeaderClassName
{
color: #D30A23;
}
.AnyTagClassName
{
color: #D30A23;
}
</style>
background-color css
<style>
a { background-color: #D30A23; }
a { background-color: rgb(211,10,35); }
div.DivClassName
{
background-color: #D30A23;
}
.BgClassName
{
background-color: #D30A23;
}
</style>
border-color css
<style>
span { border-color: #D30A23; }
span { border-color: rgb(211,10,35); }
td.TdClassName
{
border-color: #D30A23;
}
.TagClassName
{
border-color: #D30A23;
}
</style>