Html Css Color HEX #EC080C Venetian Red

📋 copy color: '#EC080C'

red 236 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #EC080C

Tints of Venetian Red #EC080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 92.19%
G = 3.13%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC080C (or 0xEC080C) is known color: Venetian Red. HEX triplet: EC, 08 and 0C. RGB value is (236,8,12). Sum of RGB (Red+Green+Blue) = 236+8+12=256 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.19% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 236 - color contains mainly: red. Hex color #EC080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC080C is #13F7F3. Grayscale: #4C4C4C. Windows color (decimal): -1308660 or 788716. OLE color: 788716.

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

Color convert

RGB 236 8 12 -
CMYK 0 0.97 0.95 0.07
HSL 358.95º 0.93% 0.48% -
HSV(B) 358.95º 0.97% 0.93% -
XYZ 34.75 18.03 2 -
YUV 76.63 91.54 241.67 -
System Red Green Blue C M Y K H S L
Decimal 236 8 12 0 0.97 0.95 0.07 358.95 0.93 0.48
Hex EC 8 C 0 61 5F 7 167 5D 30
Octal 354 10 14 0 141 137 7 547 135 60
Binary 11101100 1000 1100 0 1100001 1011111 111 101100111 1011101 110000

Color Harmonies of #EC080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC080C

Black with #EC080C

Text Example


Text Example

White with #EC080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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