Html Css Color HEX #EC0501 Red

📋 copy color: '#EC0501'

red 236 ◦ green 5 ◦ blue 1

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

Shades of Red #EC0501

Tints of Red #EC0501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 97.52%
G = 2.07%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC0501 (or 0xEC0501) is known color: Red. HEX triplet: EC, 05 and 01. RGB value is (236,5,1). Sum of RGB (Red+Green+Blue) = 236+5+1=242 (32% of max value = 765). Red value is 236 (92.58% from 255 or 97.52% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0501 is #13FAFE. Grayscale: #494949. Windows color (decimal): -1309439 or 67052. OLE color: 67052.

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

Color convert

RGB 236 5 1 -
CMYK 0 0.98 1.00 0.07
HSL 1.02º 0.99% 0.46% -
HSV(B) 1.02º 1% 0.93% -
XYZ 34.65 17.94 1.67 -
YUV 73.61 87.03 243.83 -
System Red Green Blue C M Y K H S L
Decimal 236 5 1 0 0.98 1.00 0.07 1.02 0.99 0.46
Hex EC 5 1 0 62 64 7 1 63 2E
Octal 354 5 1 0 142 144 7 1 143 56
Binary 11101100 101 1 0 1100010 1100100 111 1 1100011 101110

Color Harmonies of #EC0501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0501

Black with #EC0501

Text Example


Text Example

White with #EC0501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0501; }

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

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

background-color css

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

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

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

border-color css

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

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

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