Html Css Color HEX #DC0210 Venetian Red

📋 copy color: '#DC0210'

red 220 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #DC0210

Tints of Venetian Red #DC0210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 92.44%
G = 0.84%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC0210 (or 0xDC0210) is known color: Venetian Red. HEX triplet: DC, 02 and 10. RGB value is (220,2,16). Sum of RGB (Red+Green+Blue) = 220+2+16=238 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.44% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0210 is #23FDEF. Grayscale: #444444. Windows color (decimal): -2358768 or 1049308. OLE color: 1049308.

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

Color convert

RGB 220 2 16 -
CMYK 0 0.99 0.93 0.14
HSL 356.15º 0.98% 0.44% -
HSV(B) 356.15º 0.99% 0.86% -
XYZ 29.63 15.3 1.88 -
YUV 68.78 98.22 235.86 -
System Red Green Blue C M Y K H S L
Decimal 220 2 16 0 0.99 0.93 0.14 356.15 0.98 0.44
Hex DC 2 10 0 63 5D E 164 62 2C
Octal 334 2 20 0 143 135 16 544 142 54
Binary 11011100 10 10000 0 1100011 1011101 1110 101100100 1100010 101100

Color Harmonies of #DC0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0210

Black with #DC0210

Text Example


Text Example

White with #DC0210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0210; }

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

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

background-color css

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

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

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

border-color css

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

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

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