Html Css Color HEX #DC0004 Venetian Red

📋 copy color: '#DC0004'

red 220 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #DC0004

Tints of Venetian Red #DC0004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.79%

R = 98.21%
G = 0%
B = 1.79%

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

#DC0004 (or 0xDC0004) is known color: Venetian Red. HEX triplet: DC, 00 and 04. RGB value is (220,0,4). Sum of RGB (Red+Green+Blue) = 220+0+4=224 (29% of max value = 765). Red value is 220 (86.33% from 255 or 98.21% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0004 is #23FFFB. Grayscale: #424242. Windows color (decimal): -2359292 or 262364. OLE color: 262364.

HSL color Cylindrical-coordinate representation of color #DC0004: hue angle of 358.91º 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 #DC0004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 4 -
CMYK 0 1 0.98 0.14
HSL 358.91º 1% 0.43% -
HSV(B) 358.91º 1% 0.86% -
XYZ 29.54 15.22 1.5 -
YUV 66.24 92.89 237.67 -
System Red Green Blue C M Y K H S L
Decimal 220 0 4 0 1 0.98 0.14 358.91 1 0.43
Hex DC 0 4 0 64 62 E 167 64 2B
Octal 334 0 4 0 144 142 16 547 144 53
Binary 11011100 0 100 0 1100100 1100010 1110 101100111 1100100 101011

Color Harmonies of #DC0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0004

Black with #DC0004

Text Example


Text Example

White with #DC0004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0004; }

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

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

background-color css

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

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

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

border-color css

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

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

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