Html Css Color HEX #EC060C Venetian Red

📋 copy color: '#EC060C'

red 236 ◦ green 6 ◦ blue 12

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

Shades of Venetian Red #EC060C

Tints of Venetian Red #EC060C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 92.91%
G = 2.36%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC060C (or 0xEC060C) is known color: Venetian Red. HEX triplet: EC, 06 and 0C. RGB value is (236,6,12). Sum of RGB (Red+Green+Blue) = 236+6+12=254 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.91% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 236 - color contains mainly: red. Hex color #EC060C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC060C is #13F9F3. Grayscale: #4B4B4B. Windows color (decimal): -1309172 or 788204. OLE color: 788204.

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

Color convert

RGB 236 6 12 -
CMYK 0 0.97 0.95 0.07
HSL 358.43º 0.95% 0.47% -
HSV(B) 358.43º 0.97% 0.93% -
XYZ 34.72 17.99 1.99 -
YUV 75.45 92.2 242.51 -
System Red Green Blue C M Y K H S L
Decimal 236 6 12 0 0.97 0.95 0.07 358.43 0.95 0.47
Hex EC 6 C 0 61 5F 7 166 5F 2F
Octal 354 6 14 0 141 137 7 546 137 57
Binary 11101100 110 1100 0 1100001 1011111 111 101100110 1011111 101111

Color Harmonies of #EC060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC060C

Black with #EC060C

Text Example


Text Example

White with #EC060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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