Html Css Color HEX #EC0303 Red

📋 copy color: '#EC0303'

red 236 ◦ green 3 ◦ blue 3

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

Shades of Red #EC0303

Tints of Red #EC0303

RGB

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

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

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

R = 97.52%
G = 1.24%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC0303 (or 0xEC0303) is known color: Red. HEX triplet: EC, 03 and 03. RGB value is (236,3,3). Sum of RGB (Red+Green+Blue) = 236+3+3=242 (32% of max value = 765). Red value is 236 (92.58% from 255 or 97.52% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0303 is #13FCFC. Grayscale: #484848. Windows color (decimal): -1309949 or 197612. OLE color: 197612.

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

Color convert

RGB 236 3 3 -
CMYK 0 0.99 0.99 0.07
HSL 0.97% 0.47% -
HSV(B) 0.99% 0.93% -
XYZ 34.64 17.9 1.72 -
YUV 72.67 88.69 244.5 -
System Red Green Blue C M Y K H S L
Decimal 236 3 3 0 0.99 0.99 0.07 0 0.97 0.47
Hex EC 3 3 0 63 63 7 0 61 2F
Octal 354 3 3 0 143 143 7 0 141 57
Binary 11101100 11 11 0 1100011 1100011 111 0 1100001 101111

Color Harmonies of #EC0303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0303

Black with #EC0303

Text Example


Text Example

White with #EC0303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0303; }

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

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

background-color css

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

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

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

border-color css

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

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

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