Html Css Color HEX #DC0320 Venetian Red

📋 copy color: '#DC0320'

red 220 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #DC0320

Tints of Venetian Red #DC0320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 86.27%
G = 1.18%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC0320 (or 0xDC0320) is known color: Venetian Red. HEX triplet: DC, 03 and 20. RGB value is (220,3,32). Sum of RGB (Red+Green+Blue) = 220+3+32=255 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.27% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0320 is #23FCDF. Grayscale: #474747. Windows color (decimal): -2358496 or 2098140. OLE color: 2098140.

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

Color convert

RGB 220 3 32 -
CMYK 0 0.99 0.85 0.14
HSL 351.98º 0.97% 0.44% -
HSV(B) 351.98º 0.99% 0.86% -
XYZ 29.81 15.39 2.77 -
YUV 71.19 105.89 234.14 -
System Red Green Blue C M Y K H S L
Decimal 220 3 32 0 0.99 0.85 0.14 351.98 0.97 0.44
Hex DC 3 20 0 63 55 E 160 61 2C
Octal 334 3 40 0 143 125 16 540 141 54
Binary 11011100 11 100000 0 1100011 1010101 1110 101100000 1100001 101100

Color Harmonies of #DC0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0320

Black with #DC0320

Text Example


Text Example

White with #DC0320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0320; }

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

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

background-color css

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

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

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

border-color css

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

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

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