Html Css Color HEX #DC0021 Venetian Red

📋 copy color: '#DC0021'

red 220 ◦ green 0 ◦ blue 33

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

Shades of Venetian Red #DC0021

Tints of Venetian Red #DC0021

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.96%
G = 0%
B = 13.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC0021 (or 0xDC0021) is known color: Venetian Red. HEX triplet: DC, 00 and 21. RGB value is (220,0,33). Sum of RGB (Red+Green+Blue) = 220+0+33=253 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.96% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0021 is #23FFDE. Grayscale: #454545. Windows color (decimal): -2359263 or 2162908. OLE color: 2162908.

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

Color convert

RGB 220 0 33 -
CMYK 0 1 0.85 0.14
HSL 351º 1% 0.43% -
HSV(B) 351º 1% 0.86% -
XYZ 29.79 15.33 2.83 -
YUV 69.54 107.39 235.32 -
System Red Green Blue C M Y K H S L
Decimal 220 0 33 0 1 0.85 0.14 351 1 0.43
Hex DC 0 21 0 64 55 E 15F 64 2B
Octal 334 0 41 0 144 125 16 537 144 53
Binary 11011100 0 100001 0 1100100 1010101 1110 101011111 1100100 101011

Color Harmonies of #DC0021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0021

Black with #DC0021

Text Example


Text Example

White with #DC0021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0021; }

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

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

background-color css

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

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

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

border-color css

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

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

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