Html Css Color HEX #EC020A Venetian Red

📋 copy color: '#EC020A'

red 236 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #EC020A

Tints of Venetian Red #EC020A

RGB

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

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

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

R = 95.16%
G = 0.81%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC020A (or 0xEC020A) is known color: Venetian Red. HEX triplet: EC, 02 and 0A. RGB value is (236,2,10). Sum of RGB (Red+Green+Blue) = 236+2+10=248 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.16% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 236 - color contains mainly: red. Hex color #EC020A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC020A is #13FDF5. Grayscale: #494949. Windows color (decimal): -1310198 or 656108. OLE color: 656108.

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

Color convert

RGB 236 2 10 -
CMYK 0 0.99 0.96 0.07
HSL 357.95º 0.98% 0.47% -
HSV(B) 357.95º 0.99% 0.93% -
XYZ 34.67 17.9 1.91 -
YUV 72.88 92.52 244.35 -
System Red Green Blue C M Y K H S L
Decimal 236 2 10 0 0.99 0.96 0.07 357.95 0.98 0.47
Hex EC 2 A 0 63 60 7 166 62 2F
Octal 354 2 12 0 143 140 7 546 142 57
Binary 11101100 10 1010 0 1100011 1100000 111 101100110 1100010 101111

Color Harmonies of #EC020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC020A

Black with #EC020A

Text Example


Text Example

White with #EC020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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