Html Css Color HEX #EC0109 Venetian Red

📋 copy color: '#EC0109'

red 236 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #EC0109

Tints of Venetian Red #EC0109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 9 (3.91% from 255) = 3.66%

R = 95.93%
G = 0.41%
B = 3.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC0109 (or 0xEC0109) is known color: Venetian Red. HEX triplet: EC, 01 and 09. RGB value is (236,1,9). Sum of RGB (Red+Green+Blue) = 236+1+9=246 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.93% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0109 is #13FEF6. Grayscale: #484848. Windows color (decimal): -1310455 or 590316. OLE color: 590316.

HSL color Cylindrical-coordinate representation of color #EC0109: hue angle of 357.96º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 1 9 -
CMYK 0 1.00 0.96 0.07
HSL 357.96º 0.99% 0.46% -
HSV(B) 357.96º 1% 0.93% -
XYZ 34.65 17.87 1.88 -
YUV 72.18 92.36 244.85 -
System Red Green Blue C M Y K H S L
Decimal 236 1 9 0 1.00 0.96 0.07 357.96 0.99 0.46
Hex EC 1 9 0 64 60 7 166 63 2E
Octal 354 1 11 0 144 140 7 546 143 56
Binary 11101100 1 1001 0 1100100 1100000 111 101100110 1100011 101110

Color Harmonies of #EC0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0109

Black with #EC0109

Text Example


Text Example

White with #EC0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0109; }

 p { color: rgb(236,1,9); }

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

background-color css

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

 a { background-color: rgb(236,1,9); }

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

border-color css

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

 span { border-color: rgb(236,1,9); }

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