Shades of Venetian Red #DC0025
Tints of Venetian Red #DC0025
RGB
CMYK
RGB Variations
Color information
#DC0025 (or 0xDC0025) is known color: Venetian Red. HEX triplet: DC, 00 and 25. RGB value is (220,0,37). Sum of RGB (Red+Green+Blue) = 220+0+37=257 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.60% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0025 is #23FFDA. Grayscale: #464646. Windows color (decimal): -2359259 or 2425052. OLE color: 2425052.
HSL color Cylindrical-coordinate representation of color #DC0025: hue angle of 349.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0025 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.83 | 0.14 |
| HSL | 349.91º | 1% | 0.43% | - |
| HSV(B) | 349.91º | 1% | 0.86% | - |
| XYZ | 29.85 | 15.35 | 3.14 | - |
| YUV | 70 | 109.39 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 37 | 0 | 1 | 0.83 | 0.14 | 349.91 | 1 | 0.43 |
| Hex | DC | 0 | 25 | 0 | 64 | 53 | E | 15E | 64 | 2B |
| Octal | 334 | 0 | 45 | 0 | 144 | 123 | 16 | 536 | 144 | 53 |
| Binary | 11011100 | 0 | 100101 | 0 | 1100100 | 1010011 | 1110 | 101011110 | 1100100 | 101011 |
Color Harmonies of #DC0025
Complementary color
Monochromatic Colors of #DC0025
Black with #DC0025
Text Example
Text Example
White with #DC0025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0025; }
p { color: rgb(220,0,37); }
H1.HeaderClassName
{
color: #DC0025;
}
.AnyTagClassName
{
color: #DC0025;
}
</style>
background-color css
<style>
a { background-color: #DC0025; }
a { background-color: rgb(220,0,37); }
div.DivClassName
{
background-color: #DC0025;
}
.BgClassName
{
background-color: #DC0025;
}
</style>
border-color css
<style>
span { border-color: #DC0025; }
span { border-color: rgb(220,0,37); }
td.TdClassName
{
border-color: #DC0025;
}
.TagClassName
{
border-color: #DC0025;
}
</style>