Html Css Color HEX #DC021C Venetian Red

📋 copy color: '#DC021C'

red 220 ◦ green 2 ◦ blue 28

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

Shades of Venetian Red #DC021C

Tints of Venetian Red #DC021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 88%
G = 0.8%
B = 11.2%

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

#DC021C (or 0xDC021C) is known color: Venetian Red. HEX triplet: DC, 02 and 1C. RGB value is (220,2,28). Sum of RGB (Red+Green+Blue) = 220+2+28=250 (33% of max value = 765). Red value is 220 (86.33% from 255 or 88% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 220 - color contains mainly: red. Hex color #DC021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC021C is #23FDE3. Grayscale: #464646. Windows color (decimal): -2358756 or 1835740. OLE color: 1835740.

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

Color convert

RGB 220 2 28 -
CMYK 0 0.99 0.87 0.14
HSL 352.84º 0.98% 0.44% -
HSV(B) 352.84º 0.99% 0.86% -
XYZ 29.75 15.34 2.49 -
YUV 70.15 104.22 234.89 -
System Red Green Blue C M Y K H S L
Decimal 220 2 28 0 0.99 0.87 0.14 352.84 0.98 0.44
Hex DC 2 1C 0 63 57 E 161 62 2C
Octal 334 2 34 0 143 127 16 541 142 54
Binary 11011100 10 11100 0 1100011 1010111 1110 101100001 1100010 101100

Color Harmonies of #DC021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC021C

Black with #DC021C

Text Example


Text Example

White with #DC021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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