Html Css Color HEX #EC050A Venetian Red

📋 copy color: '#EC050A'

red 236 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #EC050A

Tints of Venetian Red #EC050A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.98%

R = 94.02%
G = 1.99%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC050A (or 0xEC050A) is known color: Venetian Red. HEX triplet: EC, 05 and 0A. RGB value is (236,5,10). Sum of RGB (Red+Green+Blue) = 236+5+10=251 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.02% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 236 - color contains mainly: red. Hex color #EC050A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC050A is #13FAF5. Grayscale: #4A4A4A. Windows color (decimal): -1309430 or 656876. OLE color: 656876.

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

Color convert

RGB 236 5 10 -
CMYK 0 0.98 0.96 0.07
HSL 358.7º 0.96% 0.47% -
HSV(B) 358.7º 0.98% 0.93% -
XYZ 34.7 17.96 1.93 -
YUV 74.64 91.53 243.09 -
System Red Green Blue C M Y K H S L
Decimal 236 5 10 0 0.98 0.96 0.07 358.7 0.96 0.47
Hex EC 5 A 0 62 60 7 167 60 2F
Octal 354 5 12 0 142 140 7 547 140 57
Binary 11101100 101 1010 0 1100010 1100000 111 101100111 1100000 101111

Color Harmonies of #EC050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC050A

Black with #EC050A

Text Example


Text Example

White with #EC050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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