Html Css Color HEX #EC1000 Red

📋 copy color: '#EC1000'

red 236 ◦ green 16 ◦ blue 0

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

Shades of Red #EC1000

Tints of Red #EC1000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.65%
G = 6.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC1000 (or 0xEC1000) is known color: Red. HEX triplet: EC, 10 and 00. RGB value is (236,16,0). Sum of RGB (Red+Green+Blue) = 236+16+0=252 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.65% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1000 is #13EFFF. Grayscale: #505050. Windows color (decimal): -1306624 or 4332. OLE color: 4332.

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

Color convert

RGB 236 16 0 -
CMYK 0 0.93 1 0.07
HSL 4.07º 1% 0.46% -
HSV(B) 4.07º 1% 0.93% -
XYZ 34.78 18.2 1.68 -
YUV 79.96 82.89 239.3 -
System Red Green Blue C M Y K H S L
Decimal 236 16 0 0 0.93 1 0.07 4.07 1 0.46
Hex EC 10 0 0 5D 64 7 4 64 2E
Octal 354 20 0 0 135 144 7 4 144 56
Binary 11101100 10000 0 0 1011101 1100100 111 100 1100100 101110

Color Harmonies of #EC1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1000

Black with #EC1000

Text Example


Text Example

White with #EC1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1000; }

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

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

background-color css

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

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

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

border-color css

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

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

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