Html Css Color HEX #EC1103 Red

📋 copy color: '#EC1103'

red 236 ◦ green 17 ◦ blue 3

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

Shades of Red #EC1103

Tints of Red #EC1103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 92.19%
G = 6.64%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC1103 (or 0xEC1103) is known color: Red. HEX triplet: EC, 11 and 03. RGB value is (236,17,3). Sum of RGB (Red+Green+Blue) = 236+17+3=256 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.19% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1103 is #13EEFC. Grayscale: #515151. Windows color (decimal): -1306365 or 201196. OLE color: 201196.

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

Color convert

RGB 236 17 3 -
CMYK 0 0.93 0.99 0.07
HSL 3.61º 0.97% 0.47% -
HSV(B) 3.61º 0.99% 0.93% -
XYZ 34.81 18.24 1.77 -
YUV 80.89 84.05 238.64 -
System Red Green Blue C M Y K H S L
Decimal 236 17 3 0 0.93 0.99 0.07 3.61 0.97 0.47
Hex EC 11 3 0 5D 63 7 4 61 2F
Octal 354 21 3 0 135 143 7 4 141 57
Binary 11101100 10001 11 0 1011101 1100011 111 100 1100001 101111

Color Harmonies of #EC1103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1103

Black with #EC1103

Text Example


Text Example

White with #EC1103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1103; }

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

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

background-color css

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

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

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

border-color css

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

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

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