Html Css Color HEX #DC0614 Venetian Red

📋 copy color: '#DC0614'

red 220 ◦ green 6 ◦ blue 20

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

Shades of Venetian Red #DC0614

Tints of Venetian Red #DC0614

RGB

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

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

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

R = 89.43%
G = 2.44%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC0614 (or 0xDC0614) is known color: Venetian Red. HEX triplet: DC, 06 and 14. RGB value is (220,6,20). Sum of RGB (Red+Green+Blue) = 220+6+20=246 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.43% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0614 is #23F9EB. Grayscale: #474747. Windows color (decimal): -2357740 or 1312476. OLE color: 1312476.

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

Color convert

RGB 220 6 20 -
CMYK 0 0.97 0.91 0.14
HSL 356.07º 0.95% 0.44% -
HSV(B) 356.07º 0.97% 0.86% -
XYZ 29.71 15.4 2.07 -
YUV 71.58 98.9 233.86 -
System Red Green Blue C M Y K H S L
Decimal 220 6 20 0 0.97 0.91 0.14 356.07 0.95 0.44
Hex DC 6 14 0 61 5B E 164 5F 2C
Octal 334 6 24 0 141 133 16 544 137 54
Binary 11011100 110 10100 0 1100001 1011011 1110 101100100 1011111 101100

Color Harmonies of #DC0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0614

Black with #DC0614

Text Example


Text Example

White with #DC0614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0614; }

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

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

background-color css

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

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

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

border-color css

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

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

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