Html Css Color HEX #EC0300 Red

📋 copy color: '#EC0300'

red 236 ◦ green 3 ◦ blue 0

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

Shades of Red #EC0300

Tints of Red #EC0300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 98.74%
G = 1.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC0300 (or 0xEC0300) is known color: Red. HEX triplet: EC, 03 and 00. RGB value is (236,3,0). Sum of RGB (Red+Green+Blue) = 236+3+0=239 (31% of max value = 765). Red value is 236 (92.58% from 255 or 98.74% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0300 is #13FCFF. Grayscale: #484848. Windows color (decimal): -1309952 or 1004. OLE color: 1004.

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

Color convert

RGB 236 3 0 -
CMYK 0 0.99 1 0.07
HSL 0.76º 1% 0.46% -
HSV(B) 0.76º 1% 0.93% -
XYZ 34.62 17.9 1.63 -
YUV 72.33 87.19 244.74 -
System Red Green Blue C M Y K H S L
Decimal 236 3 0 0 0.99 1 0.07 0.76 1 0.46
Hex EC 3 0 0 63 64 7 1 64 2E
Octal 354 3 0 0 143 144 7 1 144 56
Binary 11101100 11 0 0 1100011 1100100 111 1 1100100 101110

Color Harmonies of #EC0300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0300

Black with #EC0300

Text Example


Text Example

White with #EC0300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0300; }

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

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

background-color css

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

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

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

border-color css

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

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

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