Html Css Color HEX #DC0516 Venetian Red

📋 copy color: '#DC0516'

red 220 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #DC0516

Tints of Venetian Red #DC0516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 89.07%
G = 2.02%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC0516 (or 0xDC0516) is known color: Venetian Red. HEX triplet: DC, 05 and 16. RGB value is (220,5,22). Sum of RGB (Red+Green+Blue) = 220+5+22=247 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.07% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0516 is #23FAE9. Grayscale: #474747. Windows color (decimal): -2357994 or 1443292. OLE color: 1443292.

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

Color convert

RGB 220 5 22 -
CMYK 0 0.98 0.9 0.14
HSL 355.26º 0.96% 0.44% -
HSV(B) 355.26º 0.98% 0.86% -
XYZ 29.71 15.38 2.16 -
YUV 71.22 100.23 234.12 -
System Red Green Blue C M Y K H S L
Decimal 220 5 22 0 0.98 0.9 0.14 355.26 0.96 0.44
Hex DC 5 16 0 62 5A E 163 60 2C
Octal 334 5 26 0 142 132 16 543 140 54
Binary 11011100 101 10110 0 1100010 1011010 1110 101100011 1100000 101100

Color Harmonies of #DC0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0516

Black with #DC0516

Text Example


Text Example

White with #DC0516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0516; }

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

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

background-color css

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

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

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

border-color css

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

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

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