Html Css Color HEX #EC0206 Venetian Red

📋 copy color: '#EC0206'

red 236 ◦ green 2 ◦ blue 6

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

Shades of Venetian Red #EC0206

Tints of Venetian Red #EC0206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 6 (2.73% from 255) = 2.46%

R = 96.72%
G = 0.82%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC0206 (or 0xEC0206) is known color: Venetian Red. HEX triplet: EC, 02 and 06. RGB value is (236,2,6). Sum of RGB (Red+Green+Blue) = 236+2+6=244 (32% of max value = 765). Red value is 236 (92.58% from 255 or 96.72% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0206 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0206 is #13FDF9. Grayscale: #484848. Windows color (decimal): -1310202 or 393964. OLE color: 393964.

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

Color convert

RGB 236 2 6 -
CMYK 0 0.99 0.97 0.07
HSL 358.97º 0.98% 0.47% -
HSV(B) 358.97º 0.99% 0.93% -
XYZ 34.65 17.89 1.8 -
YUV 72.42 90.52 244.67 -
System Red Green Blue C M Y K H S L
Decimal 236 2 6 0 0.99 0.97 0.07 358.97 0.98 0.47
Hex EC 2 6 0 63 61 7 167 62 2F
Octal 354 2 6 0 143 141 7 547 142 57
Binary 11101100 10 110 0 1100011 1100001 111 101100111 1100010 101111

Color Harmonies of #EC0206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0206

Black with #EC0206

Text Example


Text Example

White with #EC0206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0206; }

 p { color: rgb(236,2,6); }

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

background-color css

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

 a { background-color: rgb(236,2,6); }

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

border-color css

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

 span { border-color: rgb(236,2,6); }

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