Html Css Color HEX #DC0014 Venetian Red

📋 copy color: '#DC0014'

red 220 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #DC0014

Tints of Venetian Red #DC0014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 91.67%
G = 0%
B = 8.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC0014 (or 0xDC0014) is known color: Venetian Red. HEX triplet: DC, 00 and 14. RGB value is (220,0,20). Sum of RGB (Red+Green+Blue) = 220+0+20=240 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.67% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0014 is #23FFEB. Grayscale: #444444. Windows color (decimal): -2359276 or 1310940. OLE color: 1310940.

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

Color convert

RGB 220 0 20 -
CMYK 0 1 0.91 0.14
HSL 354.55º 1% 0.43% -
HSV(B) 354.55º 1% 0.86% -
XYZ 29.64 15.27 2.05 -
YUV 68.06 100.89 236.37 -
System Red Green Blue C M Y K H S L
Decimal 220 0 20 0 1 0.91 0.14 354.55 1 0.43
Hex DC 0 14 0 64 5B E 163 64 2B
Octal 334 0 24 0 144 133 16 543 144 53
Binary 11011100 0 10100 0 1100100 1011011 1110 101100011 1100100 101011

Color Harmonies of #DC0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0014

Black with #DC0014

Text Example


Text Example

White with #DC0014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0014; }

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

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

background-color css

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

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

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

border-color css

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

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

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