Html Css Color HEX #EC060F Venetian Red

📋 copy color: '#EC060F'

red 236 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #EC060F

Tints of Venetian Red #EC060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 91.83%
G = 2.33%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC060F (or 0xEC060F) is known color: Venetian Red. HEX triplet: EC, 06 and 0F. RGB value is (236,6,15). Sum of RGB (Red+Green+Blue) = 236+6+15=257 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.83% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 236 - color contains mainly: red. Hex color #EC060F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC060F is #13F9F0. Grayscale: #4B4B4B. Windows color (decimal): -1309169 or 984812. OLE color: 984812.

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

Color convert

RGB 236 6 15 -
CMYK 0 0.97 0.94 0.07
HSL 357.65º 0.95% 0.47% -
HSV(B) 357.65º 0.97% 0.93% -
XYZ 34.74 18 2.09 -
YUV 75.8 93.7 242.27 -
System Red Green Blue C M Y K H S L
Decimal 236 6 15 0 0.97 0.94 0.07 357.65 0.95 0.47
Hex EC 6 F 0 61 5E 7 166 5F 2F
Octal 354 6 17 0 141 136 7 546 137 57
Binary 11101100 110 1111 0 1100001 1011110 111 101100110 1011111 101111

Color Harmonies of #EC060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC060F

Black with #EC060F

Text Example


Text Example

White with #EC060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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