Html Css Color HEX #EC0507 Venetian Red

📋 copy color: '#EC0507'

red 236 ◦ green 5 ◦ blue 7

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

Shades of Venetian Red #EC0507

Tints of Venetian Red #EC0507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.82%

R = 95.16%
G = 2.02%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC0507 (or 0xEC0507) is known color: Venetian Red. HEX triplet: EC, 05 and 07. RGB value is (236,5,7). Sum of RGB (Red+Green+Blue) = 236+5+7=248 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.16% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0507 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0507 is #13FAF8. Grayscale: #4A4A4A. Windows color (decimal): -1309433 or 460268. OLE color: 460268.

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

Color convert

RGB 236 5 7 -
CMYK 0 0.98 0.97 0.07
HSL 359.48º 0.96% 0.47% -
HSV(B) 359.48º 0.98% 0.93% -
XYZ 34.68 17.96 1.84 -
YUV 74.3 90.03 243.34 -
System Red Green Blue C M Y K H S L
Decimal 236 5 7 0 0.98 0.97 0.07 359.48 0.96 0.47
Hex EC 5 7 0 62 61 7 167 60 2F
Octal 354 5 7 0 142 141 7 547 140 57
Binary 11101100 101 111 0 1100010 1100001 111 101100111 1100000 101111

Color Harmonies of #EC0507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0507

Black with #EC0507

Text Example


Text Example

White with #EC0507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0507; }

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

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

background-color css

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

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

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

border-color css

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

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

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