#DC0B13

Color #DC0B13 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #DC0B13

Tints of Venetian Red #DC0B13

Color information

#DC0B13 (or 0xDC0B13) is unknown color: approx Venetian Red. HEX triplet: DC, 0B and 13. RGB value is (220,11,19). Sum of RGB (Red+Green+Blue) = 220+11+19=250 (33% of max value = 765). Red value is 220 (86.33% from 255 or 88% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0B13 is #23F4EC. Grayscale: #4A4A4A. Windows color (decimal): -2356461 or 1248220. OLE color: 1248220.

HSL color Cylindrical-coordinate representation of color #DC0B13: hue angle of 357.7º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0B13 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB2201119-
CMYK00.950.910.14
HSL357.7º90.48%45.29%-
HSV(B)357.7º95%86.27%-
XYZ29.7515.52.04-
YUV74.496.74231.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 88%
GREEN value IS 11 (4.69% from 255) = 4.4%
BLUE value IS 19 (7.81% from 255) = 7.6%
R=88%
G=4.4%
B=7.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220111900.950.910.14357.790.4845.29
HexDCB1305F5BE1665a2d
Octal334132301371331654613255
Binary1101110010111001101011111101101111101011001101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0B13; }

 p { color: rgb(220,11,19); }

 H1.HeaderClassName
 {
   color: #DC0B13;
 }
 .AnyTagClassName
 {
   color: #DC0B13;
 }
</style>
background-color css

<style>
 a { background-color: #DC0B13; }

 a { background-color: rgb(220,11,19); }

 div.DivClassName
 {
   background-color: #DC0B13;
 }
 .BgClassName
 {
   background-color: #DC0B13;
 }
</style>
border-color css

<style>
 span { border-color: #DC0B13; }

 span { border-color: rgb(220,11,19); }

 td.TdClassName
 {
   border-color: #DC0B13;
 }
 .TagClassName
 {
   border-color: #DC0B13;
 }
</style>