Html Css Color HEX #DC0611 Venetian Red

📋 copy color: '#DC0611'

red 220 ◦ green 6 ◦ blue 17

#DC0611
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #DC0611

Tints of Venetian Red #DC0611

RGB

 RED value IS 220 (86.33% from 255) = 90.53%

 GREEN value IS 6 (2.73% from 255) = 2.47%

 BLUE value IS 17 (7.03% from 255) = 7%

R = 90.53%
G = 2.47%
B = 7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC0611 (or 0xDC0611) is known color: Venetian Red. HEX triplet: DC, 06 and 11. RGB value is (220,6,17). Sum of RGB (Red+Green+Blue) = 220+6+17=243 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.53% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0611 is #23F9EE. Grayscale: #474747. Windows color (decimal): -2357743 or 1115868. OLE color: 1115868.

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

Color convert

RGB 220 6 17 -
CMYK 0 0.97 0.92 0.14
HSL 356.92º 0.95% 0.44% -
HSV(B) 356.92º 0.97% 0.86% -
XYZ 29.68 15.39 1.94 -
YUV 71.24 97.4 234.11 -
System Red Green Blue C M Y K H S L
Decimal 220 6 17 0 0.97 0.92 0.14 356.92 0.95 0.44
Hex DC 6 11 0 61 5C E 165 5F 2C
Octal 334 6 21 0 141 134 16 545 137 54
Binary 11011100 110 10001 0 1100001 1011100 1110 101100101 1011111 101100

Color Harmonies of #DC0611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0611

Black with #DC0611

Text Example


Text Example

White with #DC0611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0611; }

 p { color: rgb(220,6,17); }

 H1.HeaderClassName
 {
   color: #DC0611;
 }
 .AnyTagClassName
 {
   color: #DC0611;
 }
</style>

background-color css

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

 a { background-color: rgb(220,6,17); }

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

border-color css

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

 span { border-color: rgb(220,6,17); }

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