Html Css Color HEX #DC0719 Venetian Red

📋 copy color: '#DC0719'

red 220 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #DC0719

Tints of Venetian Red #DC0719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

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

R = 87.3%
G = 2.78%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC0719 (or 0xDC0719) is known color: Venetian Red. HEX triplet: DC, 07 and 19. RGB value is (220,7,25). Sum of RGB (Red+Green+Blue) = 220+7+25=252 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.30% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0719 is #23F8E6. Grayscale: #484848. Windows color (decimal): -2357479 or 1640412. OLE color: 1640412.

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

Color convert

RGB 220 7 25 -
CMYK 0 0.97 0.89 0.14
HSL 354.93º 0.94% 0.45% -
HSV(B) 354.93º 0.97% 0.86% -
XYZ 29.77 15.44 2.33 -
YUV 72.74 101.07 233.04 -
System Red Green Blue C M Y K H S L
Decimal 220 7 25 0 0.97 0.89 0.14 354.93 0.94 0.45
Hex DC 7 19 0 61 59 E 163 5E 2D
Octal 334 7 31 0 141 131 16 543 136 55
Binary 11011100 111 11001 0 1100001 1011001 1110 101100011 1011110 101101

Color Harmonies of #DC0719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0719

Black with #DC0719

Text Example


Text Example

White with #DC0719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0719; }

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

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

background-color css

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

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

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

border-color css

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

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

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