Html Css Color HEX #DC0321 Venetian Red

📋 copy color: '#DC0321'

red 220 ◦ green 3 ◦ blue 33

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

Shades of Venetian Red #DC0321

Tints of Venetian Red #DC0321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.89%

R = 85.94%
G = 1.17%
B = 12.89%

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

#DC0321 (or 0xDC0321) is known color: Venetian Red. HEX triplet: DC, 03 and 21. RGB value is (220,3,33). Sum of RGB (Red+Green+Blue) = 220+3+33=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0321 is #23FCDE. Grayscale: #474747. Windows color (decimal): -2358495 or 2163676. OLE color: 2163676.

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

Color convert

RGB 220 3 33 -
CMYK 0 0.99 0.85 0.14
HSL 351.71º 0.97% 0.44% -
HSV(B) 351.71º 0.99% 0.86% -
XYZ 29.82 15.39 2.84 -
YUV 71.3 106.39 234.06 -
System Red Green Blue C M Y K H S L
Decimal 220 3 33 0 0.99 0.85 0.14 351.71 0.97 0.44
Hex DC 3 21 0 63 55 E 160 61 2C
Octal 334 3 41 0 143 125 16 540 141 54
Binary 11011100 11 100001 0 1100011 1010101 1110 101100000 1100001 101100

Color Harmonies of #DC0321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0321

Black with #DC0321

Text Example


Text Example

White with #DC0321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0321; }

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

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

background-color css

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

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

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

border-color css

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

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

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