Html Css Color HEX #DC020A Venetian Red

📋 copy color: '#DC020A'

red 220 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #DC020A

Tints of Venetian Red #DC020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.31%

R = 94.83%
G = 0.86%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC020A (or 0xDC020A) is known color: Venetian Red. HEX triplet: DC, 02 and 0A. RGB value is (220,2,10). Sum of RGB (Red+Green+Blue) = 220+2+10=232 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.83% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 220 - color contains mainly: red. Hex color #DC020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC020A is #23FDF5. Grayscale: #444444. Windows color (decimal): -2358774 or 656092. OLE color: 656092.

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

Color convert

RGB 220 2 10 -
CMYK 0 0.99 0.95 0.14
HSL 357.8º 0.98% 0.44% -
HSV(B) 357.8º 0.99% 0.86% -
XYZ 29.59 15.28 1.68 -
YUV 68.09 95.22 236.35 -
System Red Green Blue C M Y K H S L
Decimal 220 2 10 0 0.99 0.95 0.14 357.8 0.98 0.44
Hex DC 2 A 0 63 5F E 166 62 2C
Octal 334 2 12 0 143 137 16 546 142 54
Binary 11011100 10 1010 0 1100011 1011111 1110 101100110 1100010 101100

Color Harmonies of #DC020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC020A

Black with #DC020A

Text Example


Text Example

White with #DC020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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