Html Css Color HEX #DC0319 Venetian Red

📋 copy color: '#DC0319'

red 220 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #DC0319

Tints of Venetian Red #DC0319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

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

R = 88.71%
G = 1.21%
B = 10.08%

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

#DC0319 (or 0xDC0319) is known color: Venetian Red. HEX triplet: DC, 03 and 19. RGB value is (220,3,25). Sum of RGB (Red+Green+Blue) = 220+3+25=248 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.71% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0319 is #23FCE6. Grayscale: #464646. Windows color (decimal): -2358503 or 1639388. OLE color: 1639388.

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

Color convert

RGB 220 3 25 -
CMYK 0 0.99 0.89 0.14
HSL 353.92º 0.97% 0.44% -
HSV(B) 353.92º 0.99% 0.86% -
XYZ 29.72 15.35 2.32 -
YUV 70.39 102.39 234.71 -
System Red Green Blue C M Y K H S L
Decimal 220 3 25 0 0.99 0.89 0.14 353.92 0.97 0.44
Hex DC 3 19 0 63 59 E 162 61 2C
Octal 334 3 31 0 143 131 16 542 141 54
Binary 11011100 11 11001 0 1100011 1011001 1110 101100010 1100001 101100

Color Harmonies of #DC0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0319

Black with #DC0319

Text Example


Text Example

White with #DC0319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0319; }

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

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

background-color css

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

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

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

border-color css

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

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

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