Html Css Color HEX #EC1109 Red

📋 copy color: '#EC1109'

red 236 ◦ green 17 ◦ blue 9

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

Shades of Red #EC1109

Tints of Red #EC1109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.49%

 BLUE value IS 9 (3.91% from 255) = 3.44%

R = 90.08%
G = 6.49%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC1109 (or 0xEC1109) is known color: Red. HEX triplet: EC, 11 and 09. RGB value is (236,17,9). Sum of RGB (Red+Green+Blue) = 236+17+9=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1109 is #13EEF6. Grayscale: #515151. Windows color (decimal): -1306359 or 594412. OLE color: 594412.

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

Color convert

RGB 236 17 9 -
CMYK 0 0.93 0.96 0.07
HSL 2.11º 0.93% 0.48% -
HSV(B) 2.11º 0.96% 0.93% -
XYZ 34.84 18.25 1.95 -
YUV 81.57 87.05 238.15 -
System Red Green Blue C M Y K H S L
Decimal 236 17 9 0 0.93 0.96 0.07 2.11 0.93 0.48
Hex EC 11 9 0 5D 60 7 2 5D 30
Octal 354 21 11 0 135 140 7 2 135 60
Binary 11101100 10001 1001 0 1011101 1100000 111 10 1011101 110000

Color Harmonies of #EC1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1109

Black with #EC1109

Text Example


Text Example

White with #EC1109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1109; }

 p { color: rgb(236,17,9); }

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

background-color css

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

 a { background-color: rgb(236,17,9); }

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

border-color css

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

 span { border-color: rgb(236,17,9); }

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