Html Css Color HEX #EC090F Venetian Red

📋 copy color: '#EC090F'

red 236 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #EC090F

Tints of Venetian Red #EC090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 90.77%
G = 3.46%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC090F (or 0xEC090F) is known color: Venetian Red. HEX triplet: EC, 09 and 0F. RGB value is (236,9,15). Sum of RGB (Red+Green+Blue) = 236+9+15=260 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.77% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 236 - color contains mainly: red. Hex color #EC090F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC090F is #13F6F0. Grayscale: #4D4D4D. Windows color (decimal): -1308401 or 985580. OLE color: 985580.

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

Color convert

RGB 236 9 15 -
CMYK 0 0.96 0.94 0.07
HSL 358.41º 0.93% 0.48% -
HSV(B) 358.41º 0.96% 0.93% -
XYZ 34.78 18.06 2.11 -
YUV 77.56 92.71 241.01 -
System Red Green Blue C M Y K H S L
Decimal 236 9 15 0 0.96 0.94 0.07 358.41 0.93 0.48
Hex EC 9 F 0 60 5E 7 166 5D 30
Octal 354 11 17 0 140 136 7 546 135 60
Binary 11101100 1001 1111 0 1100000 1011110 111 101100110 1011101 110000

Color Harmonies of #EC090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC090F

Black with #EC090F

Text Example


Text Example

White with #EC090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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