Html Css Color HEX #EC090A Venetian Red

📋 copy color: '#EC090A'

red 236 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #EC090A

Tints of Venetian Red #EC090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.53%

 BLUE value IS 10 (4.3% from 255) = 3.92%

R = 92.55%
G = 3.53%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC090A (or 0xEC090A) is known color: Venetian Red. HEX triplet: EC, 09 and 0A. RGB value is (236,9,10). Sum of RGB (Red+Green+Blue) = 236+9+10=255 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.55% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 236 - color contains mainly: red. Hex color #EC090A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC090A is #13F6F5. Grayscale: #4D4D4D. Windows color (decimal): -1308406 or 657900. OLE color: 657900.

HSL color Cylindrical-coordinate representation of color #EC090A: 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.96%. Process color model (Four color, CMYK) of #EC090A is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 9 10 -
CMYK 0 0.96 0.96 0.07
HSL 359.74º 0.93% 0.48% -
HSV(B) 359.74º 0.96% 0.93% -
XYZ 34.74 18.05 1.94 -
YUV 76.99 90.21 241.42 -
System Red Green Blue C M Y K H S L
Decimal 236 9 10 0 0.96 0.96 0.07 359.74 0.93 0.48
Hex EC 9 A 0 60 60 7 168 5D 30
Octal 354 11 12 0 140 140 7 550 135 60
Binary 11101100 1001 1010 0 1100000 1100000 111 101101000 1011101 110000

Color Harmonies of #EC090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC090A

Black with #EC090A

Text Example


Text Example

White with #EC090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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