Html Css Color HEX #DC0506 Venetian Red

📋 copy color: '#DC0506'

red 220 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #DC0506

Tints of Venetian Red #DC0506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 95.24%
G = 2.16%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC0506 (or 0xDC0506) is known color: Venetian Red. HEX triplet: DC, 05 and 06. RGB value is (220,5,6). Sum of RGB (Red+Green+Blue) = 220+5+6=231 (30% of max value = 765). Red value is 220 (86.33% from 255 or 95.24% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0506 is #23FAF9. Grayscale: #454545. Windows color (decimal): -2358010 or 394716. OLE color: 394716.

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

Color convert

RGB 220 5 6 -
CMYK 0 0.98 0.97 0.14
HSL 359.72º 0.96% 0.44% -
HSV(B) 359.72º 0.98% 0.86% -
XYZ 29.6 15.34 1.57 -
YUV 69.4 92.23 235.42 -
System Red Green Blue C M Y K H S L
Decimal 220 5 6 0 0.98 0.97 0.14 359.72 0.96 0.44
Hex DC 5 6 0 62 61 E 168 60 2C
Octal 334 5 6 0 142 141 16 550 140 54
Binary 11011100 101 110 0 1100010 1100001 1110 101101000 1100000 101100

Color Harmonies of #DC0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0506

Black with #DC0506

Text Example


Text Example

White with #DC0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0506; }

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

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

background-color css

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

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

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

border-color css

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

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

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