Html Css Color HEX #EC0117 Venetian Red

📋 copy color: '#EC0117'

red 236 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #EC0117

Tints of Venetian Red #EC0117

RGB

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

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

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

R = 90.77%
G = 0.38%
B = 8.85%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC0117 (or 0xEC0117) is known color: Venetian Red. HEX triplet: EC, 01 and 17. RGB value is (236,1,23). Sum of RGB (Red+Green+Blue) = 236+1+23=260 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.77% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0117 is #13FEE8. Grayscale: #494949. Windows color (decimal): -1310441 or 1507820. OLE color: 1507820.

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

Color convert

RGB 236 1 23 -
CMYK 0 1.00 0.90 0.07
HSL 354.38º 0.99% 0.46% -
HSV(B) 354.38º 1% 0.93% -
XYZ 34.76 17.92 2.44 -
YUV 73.77 99.36 243.71 -
System Red Green Blue C M Y K H S L
Decimal 236 1 23 0 1.00 0.90 0.07 354.38 0.99 0.46
Hex EC 1 17 0 64 5A 7 162 63 2E
Octal 354 1 27 0 144 132 7 542 143 56
Binary 11101100 1 10111 0 1100100 1011010 111 101100010 1100011 101110

Color Harmonies of #EC0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0117

Black with #EC0117

Text Example


Text Example

White with #EC0117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0117; }

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

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

background-color css

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

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

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

border-color css

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

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

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