Html Css Color HEX #DC0002 Venetian Red

📋 copy color: '#DC0002'

red 220 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #DC0002

Tints of Venetian Red #DC0002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 99.1%
G = 0%
B = 0.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC0002 (or 0xDC0002) is known color: Venetian Red. HEX triplet: DC, 00 and 02. RGB value is (220,0,2). Sum of RGB (Red+Green+Blue) = 220+0+2=222 (29% of max value = 765). Red value is 220 (86.33% from 255 or 99.10% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0002 is #23FFFD. Grayscale: #424242. Windows color (decimal): -2359294 or 131292. OLE color: 131292.

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

Color convert

RGB 220 0 2 -
CMYK 0 1 0.99 0.14
HSL 359.45º 1% 0.43% -
HSV(B) 359.45º 1% 0.86% -
XYZ 29.53 15.22 1.44 -
YUV 66.01 91.89 237.84 -
System Red Green Blue C M Y K H S L
Decimal 220 0 2 0 1 0.99 0.14 359.45 1 0.43
Hex DC 0 2 0 64 63 E 167 64 2B
Octal 334 0 2 0 144 143 16 547 144 53
Binary 11011100 0 10 0 1100100 1100011 1110 101100111 1100100 101011

Color Harmonies of #DC0002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0002

Black with #DC0002

Text Example


Text Example

White with #DC0002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0002; }

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

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

background-color css

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

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

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

border-color css

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

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

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