Html Css Color HEX #EC0215 Venetian Red

📋 copy color: '#EC0215'

red 236 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #EC0215

Tints of Venetian Red #EC0215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 91.12%
G = 0.77%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC0215 (or 0xEC0215) is known color: Venetian Red. HEX triplet: EC, 02 and 15. RGB value is (236,2,21). Sum of RGB (Red+Green+Blue) = 236+2+21=259 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.12% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0215 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0215 is #13FDEA. Grayscale: #4A4A4A. Windows color (decimal): -1310187 or 1377004. OLE color: 1377004.

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

Color convert

RGB 236 2 21 -
CMYK 0 0.99 0.91 0.07
HSL 355.13º 0.98% 0.47% -
HSV(B) 355.13º 0.99% 0.93% -
XYZ 34.75 17.93 2.34 -
YUV 74.13 98.02 243.46 -
System Red Green Blue C M Y K H S L
Decimal 236 2 21 0 0.99 0.91 0.07 355.13 0.98 0.47
Hex EC 2 15 0 63 5B 7 163 62 2F
Octal 354 2 25 0 143 133 7 543 142 57
Binary 11101100 10 10101 0 1100011 1011011 111 101100011 1100010 101111

Color Harmonies of #EC0215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0215

Black with #EC0215

Text Example


Text Example

White with #EC0215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0215; }

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

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

background-color css

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

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

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

border-color css

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

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

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