Html Css Color HEX #EC0210 Venetian Red

📋 copy color: '#EC0210'

red 236 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #EC0210

Tints of Venetian Red #EC0210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 92.91%
G = 0.79%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC0210 (or 0xEC0210) is known color: Venetian Red. HEX triplet: EC, 02 and 10. RGB value is (236,2,16). Sum of RGB (Red+Green+Blue) = 236+2+16=254 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.91% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0210 is #13FDEF. Grayscale: #494949. Windows color (decimal): -1310192 or 1049324. OLE color: 1049324.

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

Color convert

RGB 236 2 16 -
CMYK 0 0.99 0.93 0.07
HSL 356.41º 0.98% 0.47% -
HSV(B) 356.41º 0.99% 0.93% -
XYZ 34.71 17.91 2.12 -
YUV 73.56 95.52 243.86 -
System Red Green Blue C M Y K H S L
Decimal 236 2 16 0 0.99 0.93 0.07 356.41 0.98 0.47
Hex EC 2 10 0 63 5D 7 164 62 2F
Octal 354 2 20 0 143 135 7 544 142 57
Binary 11101100 10 10000 0 1100011 1011101 111 101100100 1100010 101111

Color Harmonies of #EC0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0210

Black with #EC0210

Text Example


Text Example

White with #EC0210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0210; }

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

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

background-color css

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

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

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

border-color css

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

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

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