Html Css Color HEX #DC0219 Venetian Red

📋 copy color: '#DC0219'

red 220 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #DC0219

Tints of Venetian Red #DC0219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 89.07%
G = 0.81%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC0219 (or 0xDC0219) is known color: Venetian Red. HEX triplet: DC, 02 and 19. RGB value is (220,2,25). Sum of RGB (Red+Green+Blue) = 220+2+25=247 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.07% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0219 is #23FDE6. Grayscale: #454545. Windows color (decimal): -2358759 or 1639132. OLE color: 1639132.

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

Color convert

RGB 220 2 25 -
CMYK 0 0.99 0.89 0.14
HSL 353.67º 0.98% 0.44% -
HSV(B) 353.67º 0.99% 0.86% -
XYZ 29.71 15.33 2.31 -
YUV 69.8 102.72 235.13 -
System Red Green Blue C M Y K H S L
Decimal 220 2 25 0 0.99 0.89 0.14 353.67 0.98 0.44
Hex DC 2 19 0 63 59 E 162 62 2C
Octal 334 2 31 0 143 131 16 542 142 54
Binary 11011100 10 11001 0 1100011 1011001 1110 101100010 1100010 101100

Color Harmonies of #DC0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0219

Black with #DC0219

Text Example


Text Example

White with #DC0219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0219; }

 p { color: rgb(220,2,25); }

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

background-color css

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

 a { background-color: rgb(220,2,25); }

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

border-color css

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

 span { border-color: rgb(220,2,25); }

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