Html Css Color HEX #EC0209 Venetian Red

📋 copy color: '#EC0209'

red 236 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #EC0209

Tints of Venetian Red #EC0209

RGB

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

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

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

R = 95.55%
G = 0.81%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC0209 (or 0xEC0209) is known color: Venetian Red. HEX triplet: EC, 02 and 09. RGB value is (236,2,9). Sum of RGB (Red+Green+Blue) = 236+2+9=247 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.55% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0209 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0209 is #13FDF6. Grayscale: #484848. Windows color (decimal): -1310199 or 590572. OLE color: 590572.

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

Color convert

RGB 236 2 9 -
CMYK 0 0.99 0.96 0.07
HSL 358.21º 0.98% 0.47% -
HSV(B) 358.21º 0.99% 0.93% -
XYZ 34.66 17.9 1.89 -
YUV 72.76 92.02 244.43 -
System Red Green Blue C M Y K H S L
Decimal 236 2 9 0 0.99 0.96 0.07 358.21 0.98 0.47
Hex EC 2 9 0 63 60 7 166 62 2F
Octal 354 2 11 0 143 140 7 546 142 57
Binary 11101100 10 1001 0 1100011 1100000 111 101100110 1100010 101111

Color Harmonies of #EC0209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0209

Black with #EC0209

Text Example


Text Example

White with #EC0209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0209; }

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

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

background-color css

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

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

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

border-color css

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

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

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