Html Css Color HEX #DC0D10 Venetian Red

📋 copy color: '#DC0D10'

red 220 ◦ green 13 ◦ blue 16

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

Shades of Venetian Red #DC0D10

Tints of Venetian Red #DC0D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.22%

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

R = 88.35%
G = 5.22%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC0D10 (or 0xDC0D10) is known color: Venetian Red. HEX triplet: DC, 0D and 10. RGB value is (220,13,16). Sum of RGB (Red+Green+Blue) = 220+13+16=249 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.35% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0D10 is #23F2EF. Grayscale: #4B4B4B. Windows color (decimal): -2355952 or 1052124. OLE color: 1052124.

HSL color Cylindrical-coordinate representation of color #DC0D10: hue angle of 359.13º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 13 16 -
CMYK 0 0.94 0.93 0.14
HSL 359.13º 0.89% 0.46% -
HSV(B) 359.13º 0.94% 0.86% -
XYZ 29.75 15.54 1.92 -
YUV 75.24 94.58 231.26 -
System Red Green Blue C M Y K H S L
Decimal 220 13 16 0 0.94 0.93 0.14 359.13 0.89 0.46
Hex DC D 10 0 5E 5D E 167 59 2E
Octal 334 15 20 0 136 135 16 547 131 56
Binary 11011100 1101 10000 0 1011110 1011101 1110 101100111 1011001 101110

Color Harmonies of #DC0D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D10

Black with #DC0D10

Text Example


Text Example

White with #DC0D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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