Html Css Color HEX #EC070F Venetian Red

📋 copy color: '#EC070F'

red 236 ◦ green 7 ◦ blue 15

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

Shades of Venetian Red #EC070F

Tints of Venetian Red #EC070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

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

R = 91.47%
G = 2.71%
B = 5.81%

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

#EC070F (or 0xEC070F) is known color: Venetian Red. HEX triplet: EC, 07 and 0F. RGB value is (236,7,15). Sum of RGB (Red+Green+Blue) = 236+7+15=258 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.47% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 236 - color contains mainly: red. Hex color #EC070F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC070F is #13F8F0. Grayscale: #4C4C4C. Windows color (decimal): -1308913 or 985068. OLE color: 985068.

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

Color convert

RGB 236 7 15 -
CMYK 0 0.97 0.94 0.07
HSL 357.9º 0.94% 0.48% -
HSV(B) 357.9º 0.97% 0.93% -
XYZ 34.75 18.02 2.1 -
YUV 76.38 93.37 241.85 -
System Red Green Blue C M Y K H S L
Decimal 236 7 15 0 0.97 0.94 0.07 357.9 0.94 0.48
Hex EC 7 F 0 61 5E 7 166 5E 30
Octal 354 7 17 0 141 136 7 546 136 60
Binary 11101100 111 1111 0 1100001 1011110 111 101100110 1011110 110000

Color Harmonies of #EC070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC070F

Black with #EC070F

Text Example


Text Example

White with #EC070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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