Shades of Venetian Red #D5021B
Tints of Venetian Red #D5021B
RGB
CMYK
RGB Variations
Color information
#D5021B (or 0xD5021B) is known color: Venetian Red. HEX triplet: D5, 02 and 1B. RGB value is (213,2,27). Sum of RGB (Red+Green+Blue) = 213+2+27=242 (32% of max value = 765). Red value is 213 (83.59% from 255 or 88.02% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 213 - color contains mainly: red. Hex color #D5021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5021B is #2AFDE4. Grayscale: #444444. Windows color (decimal): -2817509 or 1770197. OLE color: 1770197.
HSL color Cylindrical-coordinate representation of color #D5021B: hue angle of 352.89º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5021B is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.16 |
| HSL | 352.89º | 0.98% | 0.42% | - |
| HSV(B) | 352.89º | 0.99% | 0.84% | - |
| XYZ | 27.66 | 14.27 | 2.33 | - |
| YUV | 67.94 | 104.9 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 27 | 0 | 0.99 | 0.87 | 0.16 | 352.89 | 0.98 | 0.42 |
| Hex | D5 | 2 | 1B | 0 | 63 | 57 | 10 | 161 | 62 | 2A |
| Octal | 325 | 2 | 33 | 0 | 143 | 127 | 20 | 541 | 142 | 52 |
| Binary | 11010101 | 10 | 11011 | 0 | 1100011 | 1010111 | 10000 | 101100001 | 1100010 | 101010 |
Color Harmonies of #D5021B
Complementary color
Monochromatic Colors of #D5021B
Black with #D5021B
Text Example
Text Example
White with #D5021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5021B; }
p { color: rgb(213,2,27); }
H1.HeaderClassName
{
color: #D5021B;
}
.AnyTagClassName
{
color: #D5021B;
}
</style>
background-color css
<style>
a { background-color: #D5021B; }
a { background-color: rgb(213,2,27); }
div.DivClassName
{
background-color: #D5021B;
}
.BgClassName
{
background-color: #D5021B;
}
</style>
border-color css
<style>
span { border-color: #D5021B; }
span { border-color: rgb(213,2,27); }
td.TdClassName
{
border-color: #D5021B;
}
.TagClassName
{
border-color: #D5021B;
}
</style>