Html Css Color HEX #EC0607 Venetian Red

📋 copy color: '#EC0607'

red 236 ◦ green 6 ◦ blue 7

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

Shades of Venetian Red #EC0607

Tints of Venetian Red #EC0607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.41%

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

R = 94.78%
G = 2.41%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC0607 (or 0xEC0607) is known color: Venetian Red. HEX triplet: EC, 06 and 07. RGB value is (236,6,7). Sum of RGB (Red+Green+Blue) = 236+6+7=249 (32% of max value = 765). Red value is 236 (92.58% from 255 or 94.78% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0607 is #13F9F8. Grayscale: #4B4B4B. Windows color (decimal): -1309177 or 460524. OLE color: 460524.

HSL color Cylindrical-coordinate representation of color #EC0607: hue angle of 359.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0607 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 6 7 -
CMYK 0 0.97 0.97 0.07
HSL 359.74º 0.95% 0.47% -
HSV(B) 359.74º 0.97% 0.93% -
XYZ 34.7 17.98 1.84 -
YUV 74.88 89.7 242.92 -
System Red Green Blue C M Y K H S L
Decimal 236 6 7 0 0.97 0.97 0.07 359.74 0.95 0.47
Hex EC 6 7 0 61 61 7 168 5F 2F
Octal 354 6 7 0 141 141 7 550 137 57
Binary 11101100 110 111 0 1100001 1100001 111 101101000 1011111 101111

Color Harmonies of #EC0607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0607

Black with #EC0607

Text Example


Text Example

White with #EC0607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0607; }

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

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

background-color css

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

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

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

border-color css

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

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

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