Html Css Color HEX #EC0015 Venetian Red

📋 copy color: '#EC0015'

red 236 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #EC0015

Tints of Venetian Red #EC0015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 91.83%
G = 0%
B = 8.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC0015 (or 0xEC0015) is known color: Venetian Red. HEX triplet: EC, 00 and 15. RGB value is (236,0,21). Sum of RGB (Red+Green+Blue) = 236+0+21=257 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.83% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0015 is #13FFEA. Grayscale: #494949. Windows color (decimal): -1310699 or 1376492. OLE color: 1376492.

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

Color convert

RGB 236 0 21 -
CMYK 0 1 0.91 0.07
HSL 354.66º 1% 0.46% -
HSV(B) 354.66º 1% 0.93% -
XYZ 34.73 17.89 2.33 -
YUV 72.96 98.69 244.29 -
System Red Green Blue C M Y K H S L
Decimal 236 0 21 0 1 0.91 0.07 354.66 1 0.46
Hex EC 0 15 0 64 5B 7 163 64 2E
Octal 354 0 25 0 144 133 7 543 144 56
Binary 11101100 0 10101 0 1100100 1011011 111 101100011 1100100 101110

Color Harmonies of #EC0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0015

Black with #EC0015

Text Example


Text Example

White with #EC0015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0015; }

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

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

background-color css

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

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

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

border-color css

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

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

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