Html Css Color HEX #EC1102 Red

📋 copy color: '#EC1102'

red 236 ◦ green 17 ◦ blue 2

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

Shades of Red #EC1102

Tints of Red #EC1102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 92.55%
G = 6.67%
B = 0.78%

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

#EC1102 (or 0xEC1102) is known color: Red. HEX triplet: EC, 11 and 02. RGB value is (236,17,2). Sum of RGB (Red+Green+Blue) = 236+17+2=255 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.55% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1102 is #13EEFD. Grayscale: #515151. Windows color (decimal): -1306366 or 135660. OLE color: 135660.

HSL color Cylindrical-coordinate representation of color #EC1102: hue angle of 3.85º degrees, saturation: 0.98, 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 #EC1102 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 17 2 -
CMYK 0 0.93 0.99 0.07
HSL 3.85º 0.98% 0.47% -
HSV(B) 3.85º 0.99% 0.93% -
XYZ 34.8 18.24 1.74 -
YUV 80.77 83.55 238.72 -
System Red Green Blue C M Y K H S L
Decimal 236 17 2 0 0.93 0.99 0.07 3.85 0.98 0.47
Hex EC 11 2 0 5D 63 7 4 62 2F
Octal 354 21 2 0 135 143 7 4 142 57
Binary 11101100 10001 10 0 1011101 1100011 111 100 1100010 101111

Color Harmonies of #EC1102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1102

Black with #EC1102

Text Example


Text Example

White with #EC1102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1102; }

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

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

background-color css

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

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

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

border-color css

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

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

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