Html Css Color HEX #EC0508 Venetian Red

📋 copy color: '#EC0508'

red 236 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #EC0508

Tints of Venetian Red #EC0508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

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

R = 94.78%
G = 2.01%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC0508 (or 0xEC0508) is known color: Venetian Red. HEX triplet: EC, 05 and 08. RGB value is (236,5,8). Sum of RGB (Red+Green+Blue) = 236+5+8=249 (32% of max value = 765). Red value is 236 (92.58% from 255 or 94.78% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0508 is #13FAF7. Grayscale: #4A4A4A. Windows color (decimal): -1309432 or 525804. OLE color: 525804.

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

Color convert

RGB 236 5 8 -
CMYK 0 0.98 0.97 0.07
HSL 359.22º 0.96% 0.47% -
HSV(B) 359.22º 0.98% 0.93% -
XYZ 34.69 17.96 1.87 -
YUV 74.41 90.53 243.26 -
System Red Green Blue C M Y K H S L
Decimal 236 5 8 0 0.98 0.97 0.07 359.22 0.96 0.47
Hex EC 5 8 0 62 61 7 167 60 2F
Octal 354 5 10 0 142 141 7 547 140 57
Binary 11101100 101 1000 0 1100010 1100001 111 101100111 1100000 101111

Color Harmonies of #EC0508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0508

Black with #EC0508

Text Example


Text Example

White with #EC0508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0508; }

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

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

background-color css

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

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

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

border-color css

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

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

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