Html Css Color HEX #EC010B Venetian Red

📋 copy color: '#EC010B'

red 236 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #EC010B

Tints of Venetian Red #EC010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.44%

R = 95.16%
G = 0.4%
B = 4.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC010B (or 0xEC010B) is known color: Venetian Red. HEX triplet: EC, 01 and 0B. RGB value is (236,1,11). Sum of RGB (Red+Green+Blue) = 236+1+11=248 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.16% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 236 - color contains mainly: red. Hex color #EC010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC010B is #13FEF4. Grayscale: #484848. Windows color (decimal): -1310453 or 721388. OLE color: 721388.

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

Color convert

RGB 236 1 11 -
CMYK 0 1.00 0.95 0.07
HSL 357.45º 0.99% 0.46% -
HSV(B) 357.45º 1% 0.93% -
XYZ 34.66 17.88 1.94 -
YUV 72.41 93.36 244.69 -
System Red Green Blue C M Y K H S L
Decimal 236 1 11 0 1.00 0.95 0.07 357.45 0.99 0.46
Hex EC 1 B 0 64 5F 7 165 63 2E
Octal 354 1 13 0 144 137 7 545 143 56
Binary 11101100 1 1011 0 1100100 1011111 111 101100101 1100011 101110

Color Harmonies of #EC010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC010B

Black with #EC010B

Text Example


Text Example

White with #EC010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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