Html Css Color HEX #DC060E Venetian Red

📋 copy color: '#DC060E'

red 220 ◦ green 6 ◦ blue 14

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

Shades of Venetian Red #DC060E

Tints of Venetian Red #DC060E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 91.67%
G = 2.5%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC060E (or 0xDC060E) is known color: Venetian Red. HEX triplet: DC, 06 and 0E. RGB value is (220,6,14). Sum of RGB (Red+Green+Blue) = 220+6+14=240 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.67% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 220 - color contains mainly: red. Hex color #DC060E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC060E is #23F9F1. Grayscale: #474747. Windows color (decimal): -2357746 or 919260. OLE color: 919260.

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

Color convert

RGB 220 6 14 -
CMYK 0 0.97 0.94 0.14
HSL 357.76º 0.95% 0.44% -
HSV(B) 357.76º 0.97% 0.86% -
XYZ 29.66 15.38 1.82 -
YUV 70.9 95.9 234.35 -
System Red Green Blue C M Y K H S L
Decimal 220 6 14 0 0.97 0.94 0.14 357.76 0.95 0.44
Hex DC 6 E 0 61 5E E 166 5F 2C
Octal 334 6 16 0 141 136 16 546 137 54
Binary 11011100 110 1110 0 1100001 1011110 1110 101100110 1011111 101100

Color Harmonies of #DC060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC060E

Black with #DC060E

Text Example


Text Example

White with #DC060E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC060E; }

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

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

background-color css

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

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

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

border-color css

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

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

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