Html Css Color HEX #EC0003 Venetian Red

📋 copy color: '#EC0003'

red 236 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #EC0003

Tints of Venetian Red #EC0003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.26%

R = 98.74%
G = 0%
B = 1.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC0003 (or 0xEC0003) is known color: Venetian Red. HEX triplet: EC, 00 and 03. RGB value is (236,0,3). Sum of RGB (Red+Green+Blue) = 236+0+3=239 (31% of max value = 765). Red value is 236 (92.58% from 255 or 98.74% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0003 is #13FFFC. Grayscale: #474747. Windows color (decimal): -1310717 or 196844. OLE color: 196844.

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

Color convert

RGB 236 0 3 -
CMYK 0 1 0.99 0.07
HSL 359.24º 1% 0.46% -
HSV(B) 359.24º 1% 0.93% -
XYZ 34.61 17.84 1.71 -
YUV 70.91 89.69 245.76 -
System Red Green Blue C M Y K H S L
Decimal 236 0 3 0 1 0.99 0.07 359.24 1 0.46
Hex EC 0 3 0 64 63 7 167 64 2E
Octal 354 0 3 0 144 143 7 547 144 56
Binary 11101100 0 11 0 1100100 1100011 111 101100111 1100100 101110

Color Harmonies of #EC0003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0003

Black with #EC0003

Text Example


Text Example

White with #EC0003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0003; }

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

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

background-color css

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

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

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

border-color css

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

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

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