Html Css Color HEX #EC0608 Venetian Red

📋 copy color: '#EC0608'

red 236 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #EC0608

Tints of Venetian Red #EC0608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.2%

R = 94.4%
G = 2.4%
B = 3.2%

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

#EC0608 (or 0xEC0608) is known color: Venetian Red. HEX triplet: EC, 06 and 08. RGB value is (236,6,8). Sum of RGB (Red+Green+Blue) = 236+6+8=250 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.4% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0608 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0608 is #13F9F7. Grayscale: #4B4B4B. Windows color (decimal): -1309176 or 526060. OLE color: 526060.

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

Color convert

RGB 236 6 8 -
CMYK 0 0.97 0.97 0.07
HSL 359.48º 0.95% 0.47% -
HSV(B) 359.48º 0.97% 0.93% -
XYZ 34.7 17.98 1.87 -
YUV 75 90.2 242.84 -
System Red Green Blue C M Y K H S L
Decimal 236 6 8 0 0.97 0.97 0.07 359.48 0.95 0.47
Hex EC 6 8 0 61 61 7 167 5F 2F
Octal 354 6 10 0 141 141 7 547 137 57
Binary 11101100 110 1000 0 1100001 1100001 111 101100111 1011111 101111

Color Harmonies of #EC0608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0608

Black with #EC0608

Text Example


Text Example

White with #EC0608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0608; }

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

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

background-color css

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

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

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

border-color css

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

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

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