Html Css Color HEX #EC0901 Red

📋 copy color: '#EC0901'

red 236 ◦ green 9 ◦ blue 1

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

Shades of Red #EC0901

Tints of Red #EC0901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.66%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 95.93%
G = 3.66%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC0901 (or 0xEC0901) is known color: Red. HEX triplet: EC, 09 and 01. RGB value is (236,9,1). Sum of RGB (Red+Green+Blue) = 236+9+1=246 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.93% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0901 is #13F6FE. Grayscale: #4C4C4C. Windows color (decimal): -1308415 or 68076. OLE color: 68076.

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

Color convert

RGB 236 9 1 -
CMYK 0 0.96 1.00 0.07
HSL 2.04º 0.99% 0.46% -
HSV(B) 2.04º 1% 0.93% -
XYZ 34.7 18.03 1.68 -
YUV 75.96 85.71 242.15 -
System Red Green Blue C M Y K H S L
Decimal 236 9 1 0 0.96 1.00 0.07 2.04 0.99 0.46
Hex EC 9 1 0 60 64 7 2 63 2E
Octal 354 11 1 0 140 144 7 2 143 56
Binary 11101100 1001 1 0 1100000 1100100 111 10 1100011 101110

Color Harmonies of #EC0901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0901

Black with #EC0901

Text Example


Text Example

White with #EC0901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0901; }

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

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

background-color css

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

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

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

border-color css

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

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

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