Html Css Color HEX #EC0609 Venetian Red

📋 copy color: '#EC0609'

red 236 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #EC0609

Tints of Venetian Red #EC0609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.39%

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

R = 94.02%
G = 2.39%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC0609 (or 0xEC0609) is known color: Venetian Red. HEX triplet: EC, 06 and 09. RGB value is (236,6,9). Sum of RGB (Red+Green+Blue) = 236+6+9=251 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.02% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0609 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0609 is #13F9F6. Grayscale: #4B4B4B. Windows color (decimal): -1309175 or 591596. OLE color: 591596.

HSL color Cylindrical-coordinate representation of color #EC0609: hue angle of 359.22º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0609 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 6 9 -
CMYK 0 0.97 0.96 0.07
HSL 359.22º 0.95% 0.47% -
HSV(B) 359.22º 0.97% 0.93% -
XYZ 34.71 17.98 1.9 -
YUV 75.11 90.7 242.76 -
System Red Green Blue C M Y K H S L
Decimal 236 6 9 0 0.97 0.96 0.07 359.22 0.95 0.47
Hex EC 6 9 0 61 60 7 167 5F 2F
Octal 354 6 11 0 141 140 7 547 137 57
Binary 11101100 110 1001 0 1100001 1100000 111 101100111 1011111 101111

Color Harmonies of #EC0609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0609

Black with #EC0609

Text Example


Text Example

White with #EC0609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0609; }

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

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

background-color css

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

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

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

border-color css

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

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

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