Html Css Color HEX #EC0017 Venetian Red

📋 copy color: '#EC0017'

red 236 ◦ green 0 ◦ blue 23

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

Shades of Venetian Red #EC0017

Tints of Venetian Red #EC0017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 23 (9.38% from 255) = 8.88%

R = 91.12%
G = 0%
B = 8.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC0017 (or 0xEC0017) is known color: Venetian Red. HEX triplet: EC, 00 and 17. RGB value is (236,0,23). Sum of RGB (Red+Green+Blue) = 236+0+23=259 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.12% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0017 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0017 is #13FFE8. Grayscale: #494949. Windows color (decimal): -1310697 or 1507564. OLE color: 1507564.

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

Color convert

RGB 236 0 23 -
CMYK 0 1 0.90 0.07
HSL 354.15º 1% 0.46% -
HSV(B) 354.15º 1% 0.93% -
XYZ 34.75 17.89 2.43 -
YUV 73.19 99.69 244.13 -
System Red Green Blue C M Y K H S L
Decimal 236 0 23 0 1 0.90 0.07 354.15 1 0.46
Hex EC 0 17 0 64 5A 7 162 64 2E
Octal 354 0 27 0 144 132 7 542 144 56
Binary 11101100 0 10111 0 1100100 1011010 111 101100010 1100100 101110

Color Harmonies of #EC0017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0017

Black with #EC0017

Text Example


Text Example

White with #EC0017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0017; }

 p { color: rgb(236,0,23); }

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

background-color css

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

 a { background-color: rgb(236,0,23); }

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

border-color css

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

 span { border-color: rgb(236,0,23); }

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