Html Css Color HEX #EC0009 Venetian Red

📋 copy color: '#EC0009'

red 236 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #EC0009

Tints of Venetian Red #EC0009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.67%

R = 96.33%
G = 0%
B = 3.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC0009 (or 0xEC0009) is known color: Venetian Red. HEX triplet: EC, 00 and 09. RGB value is (236,0,9). Sum of RGB (Red+Green+Blue) = 236+0+9=245 (32% of max value = 765). Red value is 236 (92.58% from 255 or 96.33% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0009 is #13FFF6. Grayscale: #474747. Windows color (decimal): -1310711 or 590060. OLE color: 590060.

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

Color convert

RGB 236 0 9 -
CMYK 0 1 0.96 0.07
HSL 357.71º 1% 0.46% -
HSV(B) 357.71º 1% 0.93% -
XYZ 34.64 17.85 1.88 -
YUV 71.59 92.69 245.27 -
System Red Green Blue C M Y K H S L
Decimal 236 0 9 0 1 0.96 0.07 357.71 1 0.46
Hex EC 0 9 0 64 60 7 166 64 2E
Octal 354 0 11 0 144 140 7 546 144 56
Binary 11101100 0 1001 0 1100100 1100000 111 101100110 1100100 101110

Color Harmonies of #EC0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0009

Black with #EC0009

Text Example


Text Example

White with #EC0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0009; }

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

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

background-color css

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

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

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

border-color css

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

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

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