#DC011F

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

Shades of Venetian Red #DC011F

Tints of Venetian Red #DC011F

Color information

#DC011F (or 0xDC011F) is unknown color: approx Venetian Red. HEX triplet: DC, 01 and 1F. RGB value is (220,1,31). Sum of RGB (Red+Green+Blue) = 220+1+31=252 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.30% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 220 - color contains mainly: red. Hex color #DC011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC011F is #23FEE0. Grayscale: #464646. Windows color (decimal): -2359009 or 2032092. OLE color: 2032092.

HSL color Cylindrical-coordinate representation of color #DC011F: hue angle of 351.78º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC011F is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB220131-
CMYK01.000.860.14
HSL351.78º99.1%43.33%-
HSV(B)351.78º99.55%86.27%-
XYZ29.7715.342.69-
YUV69.9106.05235.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 87.30%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=87.30%
G=0.40%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013101.000.860.14351.7899.143.33
HexDC11F06456E160632b
Octal33413701441261654014353
Binary1101110011111101100100101011011101011000001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC011F; }

 p { color: rgb(220,1,31); }

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

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

 a { background-color: rgb(220,1,31); }

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

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

 span { border-color: rgb(220,1,31); }

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