Html Css Color HEX #DC0119 Venetian Red

📋 copy color: '#DC0119'

red 220 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #DC0119

Tints of Venetian Red #DC0119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 89.43%
G = 0.41%
B = 10.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC0119 (or 0xDC0119) is known color: Venetian Red. HEX triplet: DC, 01 and 19. RGB value is (220,1,25). Sum of RGB (Red+Green+Blue) = 220+1+25=246 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.43% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0119 is #23FEE6. Grayscale: #454545. Windows color (decimal): -2359015 or 1638876. OLE color: 1638876.

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

Color convert

RGB 220 1 25 -
CMYK 0 1.00 0.89 0.14
HSL 353.42º 0.99% 0.43% -
HSV(B) 353.42º 1% 0.86% -
XYZ 29.7 15.31 2.31 -
YUV 69.22 103.05 235.55 -
System Red Green Blue C M Y K H S L
Decimal 220 1 25 0 1.00 0.89 0.14 353.42 0.99 0.43
Hex DC 1 19 0 64 59 E 161 63 2B
Octal 334 1 31 0 144 131 16 541 143 53
Binary 11011100 1 11001 0 1100100 1011001 1110 101100001 1100011 101011

Color Harmonies of #DC0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0119

Black with #DC0119

Text Example


Text Example

White with #DC0119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0119; }

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

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

background-color css

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

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

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

border-color css

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

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

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