Html Css Color HEX #DC0005 Venetian Red

📋 copy color: '#DC0005'

red 220 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #DC0005

Tints of Venetian Red #DC0005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 2.22%

R = 97.78%
G = 0%
B = 2.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC0005 (or 0xDC0005) is known color: Venetian Red. HEX triplet: DC, 00 and 05. RGB value is (220,0,5). Sum of RGB (Red+Green+Blue) = 220+0+5=225 (29% of max value = 765). Red value is 220 (86.33% from 255 or 97.78% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0005 is #23FFFA. Grayscale: #424242. Windows color (decimal): -2359291 or 327900. OLE color: 327900.

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

Color convert

RGB 220 0 5 -
CMYK 0 1 0.98 0.14
HSL 358.64º 1% 0.43% -
HSV(B) 358.64º 1% 0.86% -
XYZ 29.54 15.23 1.53 -
YUV 66.35 93.39 237.59 -
System Red Green Blue C M Y K H S L
Decimal 220 0 5 0 1 0.98 0.14 358.64 1 0.43
Hex DC 0 5 0 64 62 E 167 64 2B
Octal 334 0 5 0 144 142 16 547 144 53
Binary 11011100 0 101 0 1100100 1100010 1110 101100111 1100100 101011

Color Harmonies of #DC0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0005

Black with #DC0005

Text Example


Text Example

White with #DC0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0005; }

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

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

background-color css

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

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

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

border-color css

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

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

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