Html Css Color HEX #EC1006 Red

📋 copy color: '#EC1006'

red 236 ◦ green 16 ◦ blue 6

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

Shades of Red #EC1006

Tints of Red #EC1006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 91.47%
G = 6.2%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC1006 (or 0xEC1006) is known color: Red. HEX triplet: EC, 10 and 06. RGB value is (236,16,6). Sum of RGB (Red+Green+Blue) = 236+16+6=258 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.47% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1006 is #13EFF9. Grayscale: #505050. Windows color (decimal): -1306618 or 397548. OLE color: 397548.

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

Color convert

RGB 236 16 6 -
CMYK 0 0.93 0.97 0.07
HSL 2.61º 0.95% 0.47% -
HSV(B) 2.61º 0.97% 0.93% -
XYZ 34.81 18.22 1.85 -
YUV 80.64 85.89 238.81 -
System Red Green Blue C M Y K H S L
Decimal 236 16 6 0 0.93 0.97 0.07 2.61 0.95 0.47
Hex EC 10 6 0 5D 61 7 3 5F 2F
Octal 354 20 6 0 135 141 7 3 137 57
Binary 11101100 10000 110 0 1011101 1100001 111 11 1011111 101111

Color Harmonies of #EC1006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1006

Black with #EC1006

Text Example


Text Example

White with #EC1006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1006; }

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

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

background-color css

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

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

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

border-color css

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

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

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