Html Css Color HEX #EC0311 Venetian Red

📋 copy color: '#EC0311'

red 236 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #EC0311

Tints of Venetian Red #EC0311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 17 (7.03% from 255) = 6.64%

R = 92.19%
G = 1.17%
B = 6.64%

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

#EC0311 (or 0xEC0311) is known color: Venetian Red. HEX triplet: EC, 03 and 11. RGB value is (236,3,17). Sum of RGB (Red+Green+Blue) = 236+3+17=256 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.19% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0311 is #13FCEE. Grayscale: #4A4A4A. Windows color (decimal): -1309935 or 1115116. OLE color: 1115116.

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

Color convert

RGB 236 3 17 -
CMYK 0 0.99 0.93 0.07
HSL 356.39º 0.97% 0.47% -
HSV(B) 356.39º 0.99% 0.93% -
XYZ 34.73 17.94 2.16 -
YUV 74.26 95.69 243.36 -
System Red Green Blue C M Y K H S L
Decimal 236 3 17 0 0.99 0.93 0.07 356.39 0.97 0.47
Hex EC 3 11 0 63 5D 7 164 61 2F
Octal 354 3 21 0 143 135 7 544 141 57
Binary 11101100 11 10001 0 1100011 1011101 111 101100100 1100001 101111

Color Harmonies of #EC0311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0311

Black with #EC0311

Text Example


Text Example

White with #EC0311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0311; }

 p { color: rgb(236,3,17); }

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

background-color css

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

 a { background-color: rgb(236,3,17); }

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

border-color css

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

 span { border-color: rgb(236,3,17); }

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