Html Css Color HEX #EC0506 Venetian Red

📋 copy color: '#EC0506'

red 236 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #EC0506

Tints of Venetian Red #EC0506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 95.55%
G = 2.02%
B = 2.43%

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

#EC0506 (or 0xEC0506) is known color: Venetian Red. HEX triplet: EC, 05 and 06. RGB value is (236,5,6). Sum of RGB (Red+Green+Blue) = 236+5+6=247 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.55% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0506 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0506 is #13FAF9. Grayscale: #4A4A4A. Windows color (decimal): -1309434 or 394732. OLE color: 394732.

HSL color Cylindrical-coordinate representation of color #EC0506: hue angle of 359.74º degrees, saturation: 0.96, 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 #EC0506 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 5 6 -
CMYK 0 0.98 0.97 0.07
HSL 359.74º 0.96% 0.47% -
HSV(B) 359.74º 0.98% 0.93% -
XYZ 34.68 17.95 1.81 -
YUV 74.18 89.53 243.42 -
System Red Green Blue C M Y K H S L
Decimal 236 5 6 0 0.98 0.97 0.07 359.74 0.96 0.47
Hex EC 5 6 0 62 61 7 168 60 2F
Octal 354 5 6 0 142 141 7 550 140 57
Binary 11101100 101 110 0 1100010 1100001 111 101101000 1100000 101111

Color Harmonies of #EC0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0506

Black with #EC0506

Text Example


Text Example

White with #EC0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0506; }

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

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

background-color css

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

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

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

border-color css

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

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

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