Html Css Color HEX #DC021D Venetian Red

📋 copy color: '#DC021D'

red 220 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #DC021D

Tints of Venetian Red #DC021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.55%

R = 87.65%
G = 0.8%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC021D (or 0xDC021D) is known color: Venetian Red. HEX triplet: DC, 02 and 1D. RGB value is (220,2,29). Sum of RGB (Red+Green+Blue) = 220+2+29=251 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.65% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 220 - color contains mainly: red. Hex color #DC021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC021D is #23FDE2. Grayscale: #464646. Windows color (decimal): -2358755 or 1901276. OLE color: 1901276.

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

Color convert

RGB 220 2 29 -
CMYK 0 0.99 0.87 0.14
HSL 352.57º 0.98% 0.44% -
HSV(B) 352.57º 0.99% 0.86% -
XYZ 29.76 15.35 2.56 -
YUV 70.26 104.72 234.8 -
System Red Green Blue C M Y K H S L
Decimal 220 2 29 0 0.99 0.87 0.14 352.57 0.98 0.44
Hex DC 2 1D 0 63 57 E 161 62 2C
Octal 334 2 35 0 143 127 16 541 142 54
Binary 11011100 10 11101 0 1100011 1010111 1110 101100001 1100010 101100

Color Harmonies of #DC021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC021D

Black with #DC021D

Text Example


Text Example

White with #DC021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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