Shades of Venetian Red #DC040B
Tints of Venetian Red #DC040B
RGB
CMYK
RGB Variations
Color information
#DC040B (or 0xDC040B) is known color: Venetian Red. HEX triplet: DC, 04 and 0B. RGB value is (220,4,11). Sum of RGB (Red+Green+Blue) = 220+4+11=235 (31% of max value = 765). Red value is 220 (86.33% from 255 or 93.62% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 220 - color contains mainly: red. Hex color #DC040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC040B is #23FBF4. Grayscale: #454545. Windows color (decimal): -2358261 or 722140. OLE color: 722140.
HSL color Cylindrical-coordinate representation of color #DC040B: hue angle of 358.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.14 |
| HSL | 358.06º | 0.96% | 0.44% | - |
| HSV(B) | 358.06º | 0.98% | 0.86% | - |
| XYZ | 29.62 | 15.33 | 1.71 | - |
| YUV | 69.38 | 95.06 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 11 | 0 | 0.98 | 0.95 | 0.14 | 358.06 | 0.96 | 0.44 |
| Hex | DC | 4 | B | 0 | 62 | 5F | E | 166 | 60 | 2C |
| Octal | 334 | 4 | 13 | 0 | 142 | 137 | 16 | 546 | 140 | 54 |
| Binary | 11011100 | 100 | 1011 | 0 | 1100010 | 1011111 | 1110 | 101100110 | 1100000 | 101100 |
Color Harmonies of #DC040B
Complementary color
Monochromatic Colors of #DC040B
Black with #DC040B
Text Example
Text Example
White with #DC040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC040B; }
p { color: rgb(220,4,11); }
H1.HeaderClassName
{
color: #DC040B;
}
.AnyTagClassName
{
color: #DC040B;
}
</style>
background-color css
<style>
a { background-color: #DC040B; }
a { background-color: rgb(220,4,11); }
div.DivClassName
{
background-color: #DC040B;
}
.BgClassName
{
background-color: #DC040B;
}
</style>
border-color css
<style>
span { border-color: #DC040B; }
span { border-color: rgb(220,4,11); }
td.TdClassName
{
border-color: #DC040B;
}
.TagClassName
{
border-color: #DC040B;
}
</style>