Html Css Color HEX #EC0113 Venetian Red

📋 copy color: '#EC0113'

red 236 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #EC0113

Tints of Venetian Red #EC0113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 92.19%
G = 0.39%
B = 7.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC0113 (or 0xEC0113) is known color: Venetian Red. HEX triplet: EC, 01 and 13. RGB value is (236,1,19). Sum of RGB (Red+Green+Blue) = 236+1+19=256 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.19% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0113 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0113 is #13FEEC. Grayscale: #494949. Windows color (decimal): -1310445 or 1245676. OLE color: 1245676.

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

Color convert

RGB 236 1 19 -
CMYK 0 1.00 0.92 0.07
HSL 355.4º 0.99% 0.46% -
HSV(B) 355.4º 1% 0.93% -
XYZ 34.72 17.9 2.24 -
YUV 73.32 97.36 244.04 -
System Red Green Blue C M Y K H S L
Decimal 236 1 19 0 1.00 0.92 0.07 355.4 0.99 0.46
Hex EC 1 13 0 64 5C 7 163 63 2E
Octal 354 1 23 0 144 134 7 543 143 56
Binary 11101100 1 10011 0 1100100 1011100 111 101100011 1100011 101110

Color Harmonies of #EC0113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0113

Black with #EC0113

Text Example


Text Example

White with #EC0113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0113; }

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

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

background-color css

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

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

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

border-color css

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

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

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