Html Css Color HEX #DC0616 Venetian Red

📋 copy color: '#DC0616'

red 220 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #DC0616

Tints of Venetian Red #DC0616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 88.71%
G = 2.42%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC0616 (or 0xDC0616) is known color: Venetian Red. HEX triplet: DC, 06 and 16. RGB value is (220,6,22). Sum of RGB (Red+Green+Blue) = 220+6+22=248 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.71% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0616 is #23F9E9. Grayscale: #474747. Windows color (decimal): -2357738 or 1443548. OLE color: 1443548.

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

Color convert

RGB 220 6 22 -
CMYK 0 0.97 0.9 0.14
HSL 355.51º 0.95% 0.44% -
HSV(B) 355.51º 0.97% 0.86% -
XYZ 29.73 15.4 2.17 -
YUV 71.81 99.9 233.7 -
System Red Green Blue C M Y K H S L
Decimal 220 6 22 0 0.97 0.9 0.14 355.51 0.95 0.44
Hex DC 6 16 0 61 5A E 164 5F 2C
Octal 334 6 26 0 141 132 16 544 137 54
Binary 11011100 110 10110 0 1100001 1011010 1110 101100100 1011111 101100

Color Harmonies of #DC0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0616

Black with #DC0616

Text Example


Text Example

White with #DC0616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0616; }

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

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

background-color css

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

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

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

border-color css

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

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

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