Html Css Color HEX #EC1003 Red

📋 copy color: '#EC1003'

red 236 ◦ green 16 ◦ blue 3

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

Shades of Red #EC1003

Tints of Red #EC1003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.27%

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

R = 92.55%
G = 6.27%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC1003 (or 0xEC1003) is known color: Red. HEX triplet: EC, 10 and 03. RGB value is (236,16,3). Sum of RGB (Red+Green+Blue) = 236+16+3=255 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.55% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1003 is #13EFFC. Grayscale: #505050. Windows color (decimal): -1306621 or 200940. OLE color: 200940.

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

Color convert

RGB 236 16 3 -
CMYK 0 0.93 0.99 0.07
HSL 3.35º 0.97% 0.47% -
HSV(B) 3.35º 0.99% 0.93% -
XYZ 34.79 18.21 1.77 -
YUV 80.3 84.39 239.06 -
System Red Green Blue C M Y K H S L
Decimal 236 16 3 0 0.93 0.99 0.07 3.35 0.97 0.47
Hex EC 10 3 0 5D 63 7 3 61 2F
Octal 354 20 3 0 135 143 7 3 141 57
Binary 11101100 10000 11 0 1011101 1100011 111 11 1100001 101111

Color Harmonies of #EC1003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1003

Black with #EC1003

Text Example


Text Example

White with #EC1003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1003; }

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

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

background-color css

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

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

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

border-color css

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

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

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