Html Css Color HEX #EC020C Venetian Red

📋 copy color: '#EC020C'

red 236 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #EC020C

Tints of Venetian Red #EC020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 12 (5.08% from 255) = 4.8%

R = 94.4%
G = 0.8%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC020C (or 0xEC020C) is known color: Venetian Red. HEX triplet: EC, 02 and 0C. RGB value is (236,2,12). Sum of RGB (Red+Green+Blue) = 236+2+12=250 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.4% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 236 - color contains mainly: red. Hex color #EC020C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC020C is #13FDF3. Grayscale: #494949. Windows color (decimal): -1310196 or 787180. OLE color: 787180.

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

Color convert

RGB 236 2 12 -
CMYK 0 0.99 0.95 0.07
HSL 357.44º 0.98% 0.47% -
HSV(B) 357.44º 0.99% 0.93% -
XYZ 34.68 17.9 1.98 -
YUV 73.11 93.52 244.19 -
System Red Green Blue C M Y K H S L
Decimal 236 2 12 0 0.99 0.95 0.07 357.44 0.98 0.47
Hex EC 2 C 0 63 5F 7 165 62 2F
Octal 354 2 14 0 143 137 7 545 142 57
Binary 11101100 10 1100 0 1100011 1011111 111 101100101 1100010 101111

Color Harmonies of #EC020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC020C

Black with #EC020C

Text Example


Text Example

White with #EC020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC020C; }

 p { color: rgb(236,2,12); }

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

background-color css

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

 a { background-color: rgb(236,2,12); }

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

border-color css

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

 span { border-color: rgb(236,2,12); }

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