Html Css Color HEX #EC0406 Venetian Red

📋 copy color: '#EC0406'

red 236 ◦ green 4 ◦ blue 6

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

Shades of Venetian Red #EC0406

Tints of Venetian Red #EC0406

RGB

 RED value IS 236 (92.58% from 255) = 95.93%

 GREEN value IS 4 (1.95% from 255) = 1.63%

 BLUE value IS 6 (2.73% from 255) = 2.44%

R = 95.93%
G = 1.63%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC0406 (or 0xEC0406) is known color: Venetian Red. HEX triplet: EC, 04 and 06. RGB value is (236,4,6). Sum of RGB (Red+Green+Blue) = 236+4+6=246 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.93% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0406 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0406 is #13FBF9. Grayscale: #494949. Windows color (decimal): -1309690 or 394476. OLE color: 394476.

HSL color Cylindrical-coordinate representation of color #EC0406: hue angle of 359.48º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0406 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 4 6 -
CMYK 0 0.98 0.97 0.07
HSL 359.48º 0.97% 0.47% -
HSV(B) 359.48º 0.98% 0.93% -
XYZ 34.67 17.93 1.81 -
YUV 73.6 89.86 243.84 -
System Red Green Blue C M Y K H S L
Decimal 236 4 6 0 0.98 0.97 0.07 359.48 0.97 0.47
Hex EC 4 6 0 62 61 7 167 61 2F
Octal 354 4 6 0 142 141 7 547 141 57
Binary 11101100 100 110 0 1100010 1100001 111 101100111 1100001 101111

Color Harmonies of #EC0406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0406

Black with #EC0406

Text Example


Text Example

White with #EC0406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0406; }

 p { color: rgb(236,4,6); }

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

background-color css

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

 a { background-color: rgb(236,4,6); }

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

border-color css

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

 span { border-color: rgb(236,4,6); }

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