Html Css Color HEX #EC030E Venetian Red

📋 copy color: '#EC030E'

red 236 ◦ green 3 ◦ blue 14

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

Shades of Venetian Red #EC030E

Tints of Venetian Red #EC030E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 93.28%
G = 1.19%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC030E (or 0xEC030E) is known color: Venetian Red. HEX triplet: EC, 03 and 0E. RGB value is (236,3,14). Sum of RGB (Red+Green+Blue) = 236+3+14=253 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.28% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 236 - color contains mainly: red. Hex color #EC030E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC030E is #13FCF1. Grayscale: #4A4A4A. Windows color (decimal): -1309938 or 918508. OLE color: 918508.

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

Color convert

RGB 236 3 14 -
CMYK 0 0.99 0.94 0.07
HSL 357.17º 0.97% 0.47% -
HSV(B) 357.17º 0.99% 0.93% -
XYZ 34.7 17.93 2.05 -
YUV 73.92 94.19 243.61 -
System Red Green Blue C M Y K H S L
Decimal 236 3 14 0 0.99 0.94 0.07 357.17 0.97 0.47
Hex EC 3 E 0 63 5E 7 165 61 2F
Octal 354 3 16 0 143 136 7 545 141 57
Binary 11101100 11 1110 0 1100011 1011110 111 101100101 1100001 101111

Color Harmonies of #EC030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC030E

Black with #EC030E

Text Example


Text Example

White with #EC030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC030E; }

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

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

background-color css

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

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

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

border-color css

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

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

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