Html Css Color HEX #EC0613 Venetian Red

📋 copy color: '#EC0613'

red 236 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #EC0613

Tints of Venetian Red #EC0613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.28%

R = 90.42%
G = 2.3%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC0613 (or 0xEC0613) is known color: Venetian Red. HEX triplet: EC, 06 and 13. RGB value is (236,6,19). Sum of RGB (Red+Green+Blue) = 236+6+19=261 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.42% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0613 is #13F9EC. Grayscale: #4C4C4C. Windows color (decimal): -1309165 or 1246956. OLE color: 1246956.

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

Color convert

RGB 236 6 19 -
CMYK 0 0.97 0.92 0.07
HSL 356.61º 0.95% 0.47% -
HSV(B) 356.61º 0.97% 0.93% -
XYZ 34.77 18.01 2.26 -
YUV 76.25 95.7 241.94 -
System Red Green Blue C M Y K H S L
Decimal 236 6 19 0 0.97 0.92 0.07 356.61 0.95 0.47
Hex EC 6 13 0 61 5C 7 165 5F 2F
Octal 354 6 23 0 141 134 7 545 137 57
Binary 11101100 110 10011 0 1100001 1011100 111 101100101 1011111 101111

Color Harmonies of #EC0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0613

Black with #EC0613

Text Example


Text Example

White with #EC0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0613; }

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

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

background-color css

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

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

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

border-color css

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

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

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