Html Css Color HEX #EC050E Venetian Red

📋 copy color: '#EC050E'

red 236 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #EC050E

Tints of Venetian Red #EC050E

RGB

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

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

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

R = 92.55%
G = 1.96%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC050E (or 0xEC050E) is known color: Venetian Red. HEX triplet: EC, 05 and 0E. RGB value is (236,5,14). Sum of RGB (Red+Green+Blue) = 236+5+14=255 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.55% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 236 - color contains mainly: red. Hex color #EC050E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC050E is #13FAF1. Grayscale: #4B4B4B. Windows color (decimal): -1309426 or 919020. OLE color: 919020.

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

Color convert

RGB 236 5 14 -
CMYK 0 0.98 0.94 0.07
HSL 357.66º 0.96% 0.47% -
HSV(B) 357.66º 0.98% 0.93% -
XYZ 34.73 17.97 2.05 -
YUV 75.1 93.53 242.77 -
System Red Green Blue C M Y K H S L
Decimal 236 5 14 0 0.98 0.94 0.07 357.66 0.96 0.47
Hex EC 5 E 0 62 5E 7 166 60 2F
Octal 354 5 16 0 142 136 7 546 140 57
Binary 11101100 101 1110 0 1100010 1011110 111 101100110 1100000 101111

Color Harmonies of #EC050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC050E

Black with #EC050E

Text Example


Text Example

White with #EC050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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