Html Css Color HEX #EC080A Venetian Red

📋 copy color: '#EC080A'

red 236 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #EC080A

Tints of Venetian Red #EC080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.94%

R = 92.91%
G = 3.15%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC080A (or 0xEC080A) is known color: Venetian Red. HEX triplet: EC, 08 and 0A. RGB value is (236,8,10). Sum of RGB (Red+Green+Blue) = 236+8+10=254 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.91% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 236 - color contains mainly: red. Hex color #EC080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC080A is #13F7F5. Grayscale: #4C4C4C. Windows color (decimal): -1308662 or 657644. OLE color: 657644.

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

Color convert

RGB 236 8 10 -
CMYK 0 0.97 0.96 0.07
HSL 359.47º 0.93% 0.48% -
HSV(B) 359.47º 0.97% 0.93% -
XYZ 34.73 18.03 1.94 -
YUV 76.4 90.54 241.84 -
System Red Green Blue C M Y K H S L
Decimal 236 8 10 0 0.97 0.96 0.07 359.47 0.93 0.48
Hex EC 8 A 0 61 60 7 167 5D 30
Octal 354 10 12 0 141 140 7 547 135 60
Binary 11101100 1000 1010 0 1100001 1100000 111 101100111 1011101 110000

Color Harmonies of #EC080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC080A

Black with #EC080A

Text Example


Text Example

White with #EC080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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