Html Css Color HEX #EC0403 Red

📋 copy color: '#EC0403'

red 236 ◦ green 4 ◦ blue 3

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

Shades of Red #EC0403

Tints of Red #EC0403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 97.12%
G = 1.65%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC0403 (or 0xEC0403) is known color: Red. HEX triplet: EC, 04 and 03. RGB value is (236,4,3). Sum of RGB (Red+Green+Blue) = 236+4+3=243 (32% of max value = 765). Red value is 236 (92.58% from 255 or 97.12% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0403 is #13FBFC. Grayscale: #494949. Windows color (decimal): -1309693 or 197868. OLE color: 197868.

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

Color convert

RGB 236 4 3 -
CMYK 0 0.98 0.99 0.07
HSL 0.26º 0.97% 0.47% -
HSV(B) 0.26º 0.99% 0.93% -
XYZ 34.65 17.93 1.72 -
YUV 73.25 88.36 244.08 -
System Red Green Blue C M Y K H S L
Decimal 236 4 3 0 0.98 0.99 0.07 0.26 0.97 0.47
Hex EC 4 3 0 62 63 7 0 61 2F
Octal 354 4 3 0 142 143 7 0 141 57
Binary 11101100 100 11 0 1100010 1100011 111 0 1100001 101111

Color Harmonies of #EC0403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0403

Black with #EC0403

Text Example


Text Example

White with #EC0403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0403; }

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

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

background-color css

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

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

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

border-color css

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

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

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