Html Css Color HEX #EC0012 Venetian Red

📋 copy color: '#EC0012'

red 236 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #EC0012

Tints of Venetian Red #EC0012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.09%

R = 92.91%
G = 0%
B = 7.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC0012 (or 0xEC0012) is known color: Venetian Red. HEX triplet: EC, 00 and 12. RGB value is (236,0,18). Sum of RGB (Red+Green+Blue) = 236+0+18=254 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.91% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0012 is #13FFED. Grayscale: #484848. Windows color (decimal): -1310702 or 1179884. OLE color: 1179884.

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

Color convert

RGB 236 0 18 -
CMYK 0 1 0.92 0.07
HSL 355.42º 1% 0.46% -
HSV(B) 355.42º 1% 0.93% -
XYZ 34.7 17.88 2.19 -
YUV 72.62 97.19 244.54 -
System Red Green Blue C M Y K H S L
Decimal 236 0 18 0 1 0.92 0.07 355.42 1 0.46
Hex EC 0 12 0 64 5C 7 163 64 2E
Octal 354 0 22 0 144 134 7 543 144 56
Binary 11101100 0 10010 0 1100100 1011100 111 101100011 1100100 101110

Color Harmonies of #EC0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0012

Black with #EC0012

Text Example


Text Example

White with #EC0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0012; }

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

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

background-color css

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

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

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

border-color css

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

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

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