Html Css Color HEX #DC0016 Venetian Red

📋 copy color: '#DC0016'

red 220 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #DC0016

Tints of Venetian Red #DC0016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.91%
G = 0%
B = 9.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC0016 (or 0xDC0016) is known color: Venetian Red. HEX triplet: DC, 00 and 16. RGB value is (220,0,22). Sum of RGB (Red+Green+Blue) = 220+0+22=242 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.91% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0016 is #23FFE9. Grayscale: #444444. Windows color (decimal): -2359274 or 1442012. OLE color: 1442012.

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

Color convert

RGB 220 0 22 -
CMYK 0 1 0.9 0.14
HSL 354º 1% 0.43% -
HSV(B) 354º 1% 0.86% -
XYZ 29.66 15.27 2.14 -
YUV 68.29 101.89 236.21 -
System Red Green Blue C M Y K H S L
Decimal 220 0 22 0 1 0.9 0.14 354 1 0.43
Hex DC 0 16 0 64 5A E 162 64 2B
Octal 334 0 26 0 144 132 16 542 144 53
Binary 11011100 0 10110 0 1100100 1011010 1110 101100010 1100100 101011

Color Harmonies of #DC0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0016

Black with #DC0016

Text Example


Text Example

White with #DC0016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0016; }

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

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

background-color css

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

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

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

border-color css

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

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

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