Html Css Color HEX #DC021A Venetian Red

📋 copy color: '#DC021A'

red 220 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #DC021A

Tints of Venetian Red #DC021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 88.71%
G = 0.81%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC021A (or 0xDC021A) is known color: Venetian Red. HEX triplet: DC, 02 and 1A. RGB value is (220,2,26). Sum of RGB (Red+Green+Blue) = 220+2+26=248 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.71% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 220 - color contains mainly: red. Hex color #DC021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC021A is #23FDE5. Grayscale: #464646. Windows color (decimal): -2358758 or 1704668. OLE color: 1704668.

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

Color convert

RGB 220 2 26 -
CMYK 0 0.99 0.88 0.14
HSL 353.39º 0.98% 0.44% -
HSV(B) 353.39º 0.99% 0.86% -
XYZ 29.72 15.33 2.37 -
YUV 69.92 103.22 235.05 -
System Red Green Blue C M Y K H S L
Decimal 220 2 26 0 0.99 0.88 0.14 353.39 0.98 0.44
Hex DC 2 1A 0 63 58 E 161 62 2C
Octal 334 2 32 0 143 130 16 541 142 54
Binary 11011100 10 11010 0 1100011 1011000 1110 101100001 1100010 101100

Color Harmonies of #DC021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC021A

Black with #DC021A

Text Example


Text Example

White with #DC021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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