Html Css Color HEX #EC0B03 Red

📋 copy color: '#EC0B03'

red 236 ◦ green 11 ◦ blue 3

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

Shades of Red #EC0B03

Tints of Red #EC0B03

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.4%

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

R = 94.4%
G = 4.4%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC0B03 (or 0xEC0B03) is known color: Red. HEX triplet: EC, 0B and 03. RGB value is (236,11,3). Sum of RGB (Red+Green+Blue) = 236+11+3=250 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.4% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0B03 is #13F4FC. Grayscale: #4D4D4D. Windows color (decimal): -1307901 or 199660. OLE color: 199660.

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

Color convert

RGB 236 11 3 -
CMYK 0 0.95 0.99 0.07
HSL 2.06º 0.97% 0.47% -
HSV(B) 2.06º 0.99% 0.93% -
XYZ 34.73 18.08 1.75 -
YUV 77.36 86.04 241.15 -
System Red Green Blue C M Y K H S L
Decimal 236 11 3 0 0.95 0.99 0.07 2.06 0.97 0.47
Hex EC B 3 0 5F 63 7 2 61 2F
Octal 354 13 3 0 137 143 7 2 141 57
Binary 11101100 1011 11 0 1011111 1100011 111 10 1100001 101111

Color Harmonies of #EC0B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0B03

Black with #EC0B03

Text Example


Text Example

White with #EC0B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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