Html Css Color HEX #DC0414 Venetian Red

📋 copy color: '#DC0414'

red 220 ◦ green 4 ◦ blue 20

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

Shades of Venetian Red #DC0414

Tints of Venetian Red #DC0414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

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

R = 90.16%
G = 1.64%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC0414 (or 0xDC0414) is known color: Venetian Red. HEX triplet: DC, 04 and 14. RGB value is (220,4,20). Sum of RGB (Red+Green+Blue) = 220+4+20=244 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.16% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0414 is #23FBEB. Grayscale: #464646. Windows color (decimal): -2358252 or 1311964. OLE color: 1311964.

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

Color convert

RGB 220 4 20 -
CMYK 0 0.98 0.91 0.14
HSL 355.56º 0.96% 0.44% -
HSV(B) 355.56º 0.98% 0.86% -
XYZ 29.68 15.35 2.06 -
YUV 70.41 99.56 234.7 -
System Red Green Blue C M Y K H S L
Decimal 220 4 20 0 0.98 0.91 0.14 355.56 0.96 0.44
Hex DC 4 14 0 62 5B E 164 60 2C
Octal 334 4 24 0 142 133 16 544 140 54
Binary 11011100 100 10100 0 1100010 1011011 1110 101100100 1100000 101100

Color Harmonies of #DC0414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0414

Black with #DC0414

Text Example


Text Example

White with #DC0414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0414; }

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

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

background-color css

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

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

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

border-color css

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

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

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