Html Css Color HEX #DC021E Venetian Red

📋 copy color: '#DC021E'

red 220 ◦ green 2 ◦ blue 30

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

Shades of Venetian Red #DC021E

Tints of Venetian Red #DC021E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 87.3%
G = 0.79%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC021E (or 0xDC021E) is known color: Venetian Red. HEX triplet: DC, 02 and 1E. RGB value is (220,2,30). Sum of RGB (Red+Green+Blue) = 220+2+30=252 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.30% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 220 - color contains mainly: red. Hex color #DC021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC021E is #23FDE1. Grayscale: #464646. Windows color (decimal): -2358754 or 1966812. OLE color: 1966812.

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

Color convert

RGB 220 2 30 -
CMYK 0 0.99 0.86 0.14
HSL 352.29º 0.98% 0.44% -
HSV(B) 352.29º 0.99% 0.86% -
XYZ 29.77 15.35 2.62 -
YUV 70.37 105.22 234.72 -
System Red Green Blue C M Y K H S L
Decimal 220 2 30 0 0.99 0.86 0.14 352.29 0.98 0.44
Hex DC 2 1E 0 63 56 E 160 62 2C
Octal 334 2 36 0 143 126 16 540 142 54
Binary 11011100 10 11110 0 1100011 1010110 1110 101100000 1100010 101100

Color Harmonies of #DC021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC021E

Black with #DC021E

Text Example


Text Example

White with #DC021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC021E; }

 p { color: rgb(220,2,30); }

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

background-color css

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

 a { background-color: rgb(220,2,30); }

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

border-color css

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

 span { border-color: rgb(220,2,30); }

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