Html Css Color HEX #EC000F Venetian Red

📋 copy color: '#EC000F'

red 236 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #EC000F

Tints of Venetian Red #EC000F

RGB

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

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

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

R = 94.02%
G = 0%
B = 5.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC000F (or 0xEC000F) is known color: Venetian Red. HEX triplet: EC, 00 and 0F. RGB value is (236,0,15). Sum of RGB (Red+Green+Blue) = 236+0+15=251 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.02% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 236 - color contains mainly: red. Hex color #EC000F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC000F is #13FFF0. Grayscale: #484848. Windows color (decimal): -1310705 or 983276. OLE color: 983276.

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

Color convert

RGB 236 0 15 -
CMYK 0 1 0.94 0.07
HSL 356.19º 1% 0.46% -
HSV(B) 356.19º 1% 0.93% -
XYZ 34.68 17.87 2.07 -
YUV 72.27 95.69 244.78 -
System Red Green Blue C M Y K H S L
Decimal 236 0 15 0 1 0.94 0.07 356.19 1 0.46
Hex EC 0 F 0 64 5E 7 164 64 2E
Octal 354 0 17 0 144 136 7 544 144 56
Binary 11101100 0 1111 0 1100100 1011110 111 101100100 1100100 101110

Color Harmonies of #EC000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC000F

Black with #EC000F

Text Example


Text Example

White with #EC000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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