Html Css Color HEX #DC0612 Venetian Red

📋 copy color: '#DC0612'

red 220 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #DC0612

Tints of Venetian Red #DC0612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.46%

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

R = 90.16%
G = 2.46%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC0612 (or 0xDC0612) is known color: Venetian Red. HEX triplet: DC, 06 and 12. RGB value is (220,6,18). Sum of RGB (Red+Green+Blue) = 220+6+18=244 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.16% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0612 is #23F9ED. Grayscale: #474747. Windows color (decimal): -2357742 or 1181404. OLE color: 1181404.

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

Color convert

RGB 220 6 18 -
CMYK 0 0.97 0.92 0.14
HSL 356.64º 0.95% 0.44% -
HSV(B) 356.64º 0.97% 0.86% -
XYZ 29.69 15.39 1.98 -
YUV 71.35 97.9 234.02 -
System Red Green Blue C M Y K H S L
Decimal 220 6 18 0 0.97 0.92 0.14 356.64 0.95 0.44
Hex DC 6 12 0 61 5C E 165 5F 2C
Octal 334 6 22 0 141 134 16 545 137 54
Binary 11011100 110 10010 0 1100001 1011100 1110 101100101 1011111 101100

Color Harmonies of #DC0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0612

Black with #DC0612

Text Example


Text Example

White with #DC0612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0612; }

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

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

background-color css

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

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

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

border-color css

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

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

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