Html Css Color HEX #DC0910 Venetian Red

📋 copy color: '#DC0910'

red 220 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #DC0910

Tints of Venetian Red #DC0910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.67%

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

R = 89.8%
G = 3.67%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC0910 (or 0xDC0910) is known color: Venetian Red. HEX triplet: DC, 09 and 10. RGB value is (220,9,16). Sum of RGB (Red+Green+Blue) = 220+9+16=245 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.80% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0910 is #23F6EF. Grayscale: #494949. Windows color (decimal): -2356976 or 1051100. OLE color: 1051100.

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

Color convert

RGB 220 9 16 -
CMYK 0 0.96 0.93 0.14
HSL 358.01º 0.92% 0.45% -
HSV(B) 358.01º 0.96% 0.86% -
XYZ 29.71 15.45 1.91 -
YUV 72.89 95.9 232.93 -
System Red Green Blue C M Y K H S L
Decimal 220 9 16 0 0.96 0.93 0.14 358.01 0.92 0.45
Hex DC 9 10 0 60 5D E 166 5C 2D
Octal 334 11 20 0 140 135 16 546 134 55
Binary 11011100 1001 10000 0 1100000 1011101 1110 101100110 1011100 101101

Color Harmonies of #DC0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0910

Black with #DC0910

Text Example


Text Example

White with #DC0910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0910; }

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

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

background-color css

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

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

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

border-color css

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

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

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