Html Css Color HEX #DC0106 Venetian Red

📋 copy color: '#DC0106'

red 220 ◦ green 1 ◦ blue 6

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

Shades of Venetian Red #DC0106

Tints of Venetian Red #DC0106

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 6 (2.73% from 255) = 2.64%

R = 96.92%
G = 0.44%
B = 2.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC0106 (or 0xDC0106) is known color: Venetian Red. HEX triplet: DC, 01 and 06. RGB value is (220,1,6). Sum of RGB (Red+Green+Blue) = 220+1+6=227 (30% of max value = 765). Red value is 220 (86.33% from 255 or 96.92% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0106 is #23FEF9. Grayscale: #434343. Windows color (decimal): -2359034 or 393692. OLE color: 393692.

HSL color Cylindrical-coordinate representation of color #DC0106: hue angle of 358.63º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0106 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 6 -
CMYK 0 1.00 0.97 0.14
HSL 358.63º 0.99% 0.43% -
HSV(B) 358.63º 1% 0.86% -
XYZ 29.56 15.25 1.56 -
YUV 67.05 93.55 237.09 -
System Red Green Blue C M Y K H S L
Decimal 220 1 6 0 1.00 0.97 0.14 358.63 0.99 0.43
Hex DC 1 6 0 64 61 E 167 63 2B
Octal 334 1 6 0 144 141 16 547 143 53
Binary 11011100 1 110 0 1100100 1100001 1110 101100111 1100011 101011

Color Harmonies of #DC0106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0106

Black with #DC0106

Text Example


Text Example

White with #DC0106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0106; }

 p { color: rgb(220,1,6); }

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

background-color css

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

 a { background-color: rgb(220,1,6); }

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

border-color css

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

 span { border-color: rgb(220,1,6); }

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