Html Css Color HEX #EC0809 Venetian Red

📋 copy color: '#EC0809'

red 236 ◦ green 8 ◦ blue 9

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

Shades of Venetian Red #EC0809

Tints of Venetian Red #EC0809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.16%

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

R = 93.28%
G = 3.16%
B = 3.56%

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

#EC0809 (or 0xEC0809) is known color: Venetian Red. HEX triplet: EC, 08 and 09. RGB value is (236,8,9). Sum of RGB (Red+Green+Blue) = 236+8+9=253 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.28% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0809 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0809 is #13F7F6. Grayscale: #4C4C4C. Windows color (decimal): -1308663 or 592108. OLE color: 592108.

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

Color convert

RGB 236 8 9 -
CMYK 0 0.97 0.96 0.07
HSL 359.74º 0.93% 0.48% -
HSV(B) 359.74º 0.97% 0.93% -
XYZ 34.73 18.03 1.91 -
YUV 76.29 90.04 241.92 -
System Red Green Blue C M Y K H S L
Decimal 236 8 9 0 0.97 0.96 0.07 359.74 0.93 0.48
Hex EC 8 9 0 61 60 7 168 5D 30
Octal 354 10 11 0 141 140 7 550 135 60
Binary 11101100 1000 1001 0 1100001 1100000 111 101101000 1011101 110000

Color Harmonies of #EC0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0809

Black with #EC0809

Text Example


Text Example

White with #EC0809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0809; }

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

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

background-color css

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

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

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

border-color css

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

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

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