Html Css Color HEX #EC0509 Venetian Red

📋 copy color: '#EC0509'

red 236 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #EC0509

Tints of Venetian Red #EC0509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

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

R = 94.4%
G = 2%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC0509 (or 0xEC0509) is known color: Venetian Red. HEX triplet: EC, 05 and 09. RGB value is (236,5,9). Sum of RGB (Red+Green+Blue) = 236+5+9=250 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0509 is #13FAF6. Grayscale: #4A4A4A. Windows color (decimal): -1309431 or 591340. OLE color: 591340.

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

Color convert

RGB 236 5 9 -
CMYK 0 0.98 0.96 0.07
HSL 358.96º 0.96% 0.47% -
HSV(B) 358.96º 0.98% 0.93% -
XYZ 34.7 17.96 1.9 -
YUV 74.53 91.03 243.17 -
System Red Green Blue C M Y K H S L
Decimal 236 5 9 0 0.98 0.96 0.07 358.96 0.96 0.47
Hex EC 5 9 0 62 60 7 167 60 2F
Octal 354 5 11 0 142 140 7 547 140 57
Binary 11101100 101 1001 0 1100010 1100000 111 101100111 1100000 101111

Color Harmonies of #EC0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0509

Black with #EC0509

Text Example


Text Example

White with #EC0509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0509; }

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

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

background-color css

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

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

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

border-color css

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

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

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