Html Css Color HEX #DC0012 Venetian Red

📋 copy color: '#DC0012'

red 220 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #DC0012

Tints of Venetian Red #DC0012

RGB

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

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

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

R = 92.44%
G = 0%
B = 7.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC0012 (or 0xDC0012) is known color: Venetian Red. HEX triplet: DC, 00 and 12. RGB value is (220,0,18). Sum of RGB (Red+Green+Blue) = 220+0+18=238 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.44% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0012 is #23FFED. Grayscale: #434343. Windows color (decimal): -2359278 or 1179868. OLE color: 1179868.

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

Color convert

RGB 220 0 18 -
CMYK 0 1 0.92 0.14
HSL 355.09º 1% 0.43% -
HSV(B) 355.09º 1% 0.86% -
XYZ 29.62 15.26 1.96 -
YUV 67.83 99.89 236.54 -
System Red Green Blue C M Y K H S L
Decimal 220 0 18 0 1 0.92 0.14 355.09 1 0.43
Hex DC 0 12 0 64 5C E 163 64 2B
Octal 334 0 22 0 144 134 16 543 144 53
Binary 11011100 0 10010 0 1100100 1011100 1110 101100011 1100100 101011

Color Harmonies of #DC0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0012

Black with #DC0012

Text Example


Text Example

White with #DC0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0012; }

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

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

background-color css

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

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

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

border-color css

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

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

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