Html Css Color HEX #EC0309 Venetian Red

📋 copy color: '#EC0309'

red 236 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #EC0309

Tints of Venetian Red #EC0309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 9 (3.91% from 255) = 3.63%

R = 95.16%
G = 1.21%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC0309 (or 0xEC0309) is known color: Venetian Red. HEX triplet: EC, 03 and 09. RGB value is (236,3,9). Sum of RGB (Red+Green+Blue) = 236+3+9=248 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.16% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0309 is #13FCF6. Grayscale: #494949. Windows color (decimal): -1309943 or 590828. OLE color: 590828.

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

Color convert

RGB 236 3 9 -
CMYK 0 0.99 0.96 0.07
HSL 358.45º 0.97% 0.47% -
HSV(B) 358.45º 0.99% 0.93% -
XYZ 34.67 17.92 1.89 -
YUV 73.35 91.69 244.01 -
System Red Green Blue C M Y K H S L
Decimal 236 3 9 0 0.99 0.96 0.07 358.45 0.97 0.47
Hex EC 3 9 0 63 60 7 166 61 2F
Octal 354 3 11 0 143 140 7 546 141 57
Binary 11101100 11 1001 0 1100011 1100000 111 101100110 1100001 101111

Color Harmonies of #EC0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0309

Black with #EC0309

Text Example


Text Example

White with #EC0309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0309; }

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

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

background-color css

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

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

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

border-color css

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

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

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