#DC001E

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

Shades of Venetian Red #DC001E

Tints of Venetian Red #DC001E

Color information

#DC001E (or 0xDC001E) is unknown color: approx Venetian Red. HEX triplet: DC, 00 and 1E. RGB value is (220,0,30). Sum of RGB (Red+Green+Blue) = 220+0+30=250 (33% of max value = 765). Red value is 220 (86.33% from 255 or 88% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 220 - color contains mainly: red. Hex color #DC001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC001E is #23FFE1. Grayscale: #454545. Windows color (decimal): -2359266 or 1966300. OLE color: 1966300.

HSL color Cylindrical-coordinate representation of color #DC001E: hue angle of 351.82º 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 #DC001E is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB220030-
CMYK010.860.14
HSL351.82º100%43.14%-
HSV(B)351.82º100%86.27%-
XYZ29.7515.312.62-
YUV69.2105.89235.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 12%
R=88%
G=0%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220030010.860.14351.8210043.14
HexDC01E06456E160642b
Octal33403601441261654014453
Binary1101110001111001100100101011011101011000001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC001E; }

 p { color: rgb(220,0,30); }

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

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

 a { background-color: rgb(220,0,30); }

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

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

 span { border-color: rgb(220,0,30); }

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