Html Css Color HEX #DC0212 Venetian Red

📋 copy color: '#DC0212'

red 220 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #DC0212

Tints of Venetian Red #DC0212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 18 (7.42% from 255) = 7.5%

R = 91.67%
G = 0.83%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC0212 (or 0xDC0212) is known color: Venetian Red. HEX triplet: DC, 02 and 12. RGB value is (220,2,18). Sum of RGB (Red+Green+Blue) = 220+2+18=240 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.67% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0212 is #23FDED. Grayscale: #454545. Windows color (decimal): -2358766 or 1180380. OLE color: 1180380.

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

Color convert

RGB 220 2 18 -
CMYK 0 0.99 0.92 0.14
HSL 355.6º 0.98% 0.44% -
HSV(B) 355.6º 0.99% 0.86% -
XYZ 29.65 15.3 1.96 -
YUV 69.01 99.22 235.7 -
System Red Green Blue C M Y K H S L
Decimal 220 2 18 0 0.99 0.92 0.14 355.6 0.98 0.44
Hex DC 2 12 0 63 5C E 164 62 2C
Octal 334 2 22 0 143 134 16 544 142 54
Binary 11011100 10 10010 0 1100011 1011100 1110 101100100 1100010 101100

Color Harmonies of #DC0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0212

Black with #DC0212

Text Example


Text Example

White with #DC0212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0212; }

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

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

background-color css

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

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

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

border-color css

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

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

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