Html Css Color HEX #EC0005 Venetian Red

📋 copy color: '#EC0005'

red 236 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #EC0005

Tints of Venetian Red #EC0005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 97.93%
G = 0%
B = 2.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC0005 (or 0xEC0005) is known color: Venetian Red. HEX triplet: EC, 00 and 05. RGB value is (236,0,5). Sum of RGB (Red+Green+Blue) = 236+0+5=241 (31% of max value = 765). Red value is 236 (92.58% from 255 or 97.93% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0005 is #13FFFA. Grayscale: #474747. Windows color (decimal): -1310715 or 327916. OLE color: 327916.

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

Color convert

RGB 236 0 5 -
CMYK 0 1 0.98 0.07
HSL 358.73º 1% 0.46% -
HSV(B) 358.73º 1% 0.93% -
XYZ 34.62 17.84 1.76 -
YUV 71.13 90.69 245.59 -
System Red Green Blue C M Y K H S L
Decimal 236 0 5 0 1 0.98 0.07 358.73 1 0.46
Hex EC 0 5 0 64 62 7 167 64 2E
Octal 354 0 5 0 144 142 7 547 144 56
Binary 11101100 0 101 0 1100100 1100010 111 101100111 1100100 101110

Color Harmonies of #EC0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0005

Black with #EC0005

Text Example


Text Example

White with #EC0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0005; }

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

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

background-color css

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

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

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

border-color css

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

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

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