Html Css Color HEX #EC0801 Red

📋 copy color: '#EC0801'

red 236 ◦ green 8 ◦ blue 1

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

Shades of Red #EC0801

Tints of Red #EC0801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

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

R = 96.33%
G = 3.27%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC0801 (or 0xEC0801) is known color: Red. HEX triplet: EC, 08 and 01. RGB value is (236,8,1). Sum of RGB (Red+Green+Blue) = 236+8+1=245 (32% of max value = 765). Red value is 236 (92.58% from 255 or 96.33% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0801 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0801 is #13F7FE. Grayscale: #4B4B4B. Windows color (decimal): -1308671 or 67820. OLE color: 67820.

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

Color convert

RGB 236 8 1 -
CMYK 0 0.97 1.00 0.07
HSL 1.79º 0.99% 0.46% -
HSV(B) 1.79º 1% 0.93% -
XYZ 34.68 18.01 1.68 -
YUV 75.37 86.04 242.57 -
System Red Green Blue C M Y K H S L
Decimal 236 8 1 0 0.97 1.00 0.07 1.79 0.99 0.46
Hex EC 8 1 0 61 64 7 2 63 2E
Octal 354 10 1 0 141 144 7 2 143 56
Binary 11101100 1000 1 0 1100001 1100100 111 10 1100011 101110

Color Harmonies of #EC0801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0801

Black with #EC0801

Text Example


Text Example

White with #EC0801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0801; }

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

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

background-color css

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

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

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

border-color css

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

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

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