Html Css Color HEX #EC080F Venetian Red

📋 copy color: '#EC080F'

red 236 ◦ green 8 ◦ blue 15

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

Shades of Venetian Red #EC080F

Tints of Venetian Red #EC080F

RGB

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

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

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

R = 91.12%
G = 3.09%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC080F (or 0xEC080F) is known color: Venetian Red. HEX triplet: EC, 08 and 0F. RGB value is (236,8,15). Sum of RGB (Red+Green+Blue) = 236+8+15=259 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.12% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 236 - color contains mainly: red. Hex color #EC080F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC080F is #13F7F0. Grayscale: #4D4D4D. Windows color (decimal): -1308657 or 985324. OLE color: 985324.

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

Color convert

RGB 236 8 15 -
CMYK 0 0.97 0.94 0.07
HSL 358.16º 0.93% 0.48% -
HSV(B) 358.16º 0.97% 0.93% -
XYZ 34.77 18.04 2.1 -
YUV 76.97 93.04 241.43 -
System Red Green Blue C M Y K H S L
Decimal 236 8 15 0 0.97 0.94 0.07 358.16 0.93 0.48
Hex EC 8 F 0 61 5E 7 166 5D 30
Octal 354 10 17 0 141 136 7 546 135 60
Binary 11101100 1000 1111 0 1100001 1011110 111 101100110 1011101 110000

Color Harmonies of #EC080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC080F

Black with #EC080F

Text Example


Text Example

White with #EC080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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