Shades of Venetian Red #D5040A
Tints of Venetian Red #D5040A
RGB
CMYK
RGB Variations
Color information
#D5040A (or 0xD5040A) is known color: Venetian Red. HEX triplet: D5, 04 and 0A. RGB value is (213,4,10). Sum of RGB (Red+Green+Blue) = 213+4+10=227 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.83% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 213 - color contains mainly: red. Hex color #D5040A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5040A is #2AFBF5. Grayscale: #434343. Windows color (decimal): -2817014 or 656597. OLE color: 656597.
HSL color Cylindrical-coordinate representation of color #D5040A: hue angle of 358.28º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5040A is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 10 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.16 |
| HSL | 358.28º | 0.96% | 0.43% | - |
| HSV(B) | 358.28º | 0.98% | 0.84% | - |
| XYZ | 27.54 | 14.25 | 1.59 | - |
| YUV | 67.18 | 95.74 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 10 | 0 | 0.98 | 0.95 | 0.16 | 358.28 | 0.96 | 0.43 |
| Hex | D5 | 4 | A | 0 | 62 | 5F | 10 | 166 | 60 | 2B |
| Octal | 325 | 4 | 12 | 0 | 142 | 137 | 20 | 546 | 140 | 53 |
| Binary | 11010101 | 100 | 1010 | 0 | 1100010 | 1011111 | 10000 | 101100110 | 1100000 | 101011 |
Color Harmonies of #D5040A
Complementary color
Monochromatic Colors of #D5040A
Black with #D5040A
Text Example
Text Example
White with #D5040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5040A; }
p { color: rgb(213,4,10); }
H1.HeaderClassName
{
color: #D5040A;
}
.AnyTagClassName
{
color: #D5040A;
}
</style>
background-color css
<style>
a { background-color: #D5040A; }
a { background-color: rgb(213,4,10); }
div.DivClassName
{
background-color: #D5040A;
}
.BgClassName
{
background-color: #D5040A;
}
</style>
border-color css
<style>
span { border-color: #D5040A; }
span { border-color: rgb(213,4,10); }
td.TdClassName
{
border-color: #D5040A;
}
.TagClassName
{
border-color: #D5040A;
}
</style>