Html Css Color HEX #EC100F Red

📋 copy color: '#EC100F'

red 236 ◦ green 16 ◦ blue 15

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

Shades of Red #EC100F

Tints of Red #EC100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

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

R = 88.39%
G = 5.99%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC100F (or 0xEC100F) is known color: Red. HEX triplet: EC, 10 and 0F. RGB value is (236,16,15). Sum of RGB (Red+Green+Blue) = 236+16+15=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC100F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC100F is #13EFF0. Grayscale: #515151. Windows color (decimal): -1306609 or 987372. OLE color: 987372.

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

Color convert

RGB 236 16 15 -
CMYK 0 0.93 0.94 0.07
HSL 0.27º 0.88% 0.49% -
HSV(B) 0.27º 0.94% 0.93% -
XYZ 34.86 18.24 2.13 -
YUV 81.67 90.39 238.08 -
System Red Green Blue C M Y K H S L
Decimal 236 16 15 0 0.93 0.94 0.07 0.27 0.88 0.49
Hex EC 10 F 0 5D 5E 7 0 58 31
Octal 354 20 17 0 135 136 7 0 130 61
Binary 11101100 10000 1111 0 1011101 1011110 111 0 1011000 110001

Color Harmonies of #EC100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC100F

Black with #EC100F

Text Example


Text Example

White with #EC100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC100F; }

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

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

background-color css

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

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

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

border-color css

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

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

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