Html Css Color HEX #EC0503 Red

📋 copy color: '#EC0503'

red 236 ◦ green 5 ◦ blue 3

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

Shades of Red #EC0503

Tints of Red #EC0503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.05%

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

R = 96.72%
G = 2.05%
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

#EC0503 (or 0xEC0503) is known color: Red. HEX triplet: EC, 05 and 03. RGB value is (236,5,3). Sum of RGB (Red+Green+Blue) = 236+5+3=244 (32% of max value = 765). Red value is 236 (92.58% from 255 or 96.72% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0503 is #13FAFC. Grayscale: #4A4A4A. Windows color (decimal): -1309437 or 198124. OLE color: 198124.

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

Color convert

RGB 236 5 3 -
CMYK 0 0.98 0.99 0.07
HSL 0.52º 0.97% 0.47% -
HSV(B) 0.52º 0.99% 0.93% -
XYZ 34.66 17.95 1.72 -
YUV 73.84 88.03 243.66 -
System Red Green Blue C M Y K H S L
Decimal 236 5 3 0 0.98 0.99 0.07 0.52 0.97 0.47
Hex EC 5 3 0 62 63 7 1 61 2F
Octal 354 5 3 0 142 143 7 1 141 57
Binary 11101100 101 11 0 1100010 1100011 111 1 1100001 101111

Color Harmonies of #EC0503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0503

Black with #EC0503

Text Example


Text Example

White with #EC0503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0503; }

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

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

background-color css

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

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

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

border-color css

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

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

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