Html Css Color HEX #EC1203 Red

📋 copy color: '#EC1203'

red 236 ◦ green 18 ◦ blue 3

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

Shades of Red #EC1203

Tints of Red #EC1203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

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

R = 91.83%
G = 7%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC1203 (or 0xEC1203) is known color: Red. HEX triplet: EC, 12 and 03. RGB value is (236,18,3). Sum of RGB (Red+Green+Blue) = 236+18+3=257 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.83% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1203 is #13EDFC. Grayscale: #515151. Windows color (decimal): -1306109 or 201452. OLE color: 201452.

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

Color convert

RGB 236 18 3 -
CMYK 0 0.92 0.99 0.07
HSL 3.86º 0.97% 0.47% -
HSV(B) 3.86º 0.99% 0.93% -
XYZ 34.82 18.27 1.78 -
YUV 81.47 83.72 238.22 -
System Red Green Blue C M Y K H S L
Decimal 236 18 3 0 0.92 0.99 0.07 3.86 0.97 0.47
Hex EC 12 3 0 5C 63 7 4 61 2F
Octal 354 22 3 0 134 143 7 4 141 57
Binary 11101100 10010 11 0 1011100 1100011 111 100 1100001 101111

Color Harmonies of #EC1203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1203

Black with #EC1203

Text Example


Text Example

White with #EC1203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1203; }

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

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

background-color css

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

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

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

border-color css

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

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

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