Html Css Color HEX #EC0B0B Red

📋 copy color: '#EC0B0B'

red 236 ◦ green 11 ◦ blue 11

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

Shades of Red #EC0B0B

Tints of Red #EC0B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 91.47%
G = 4.26%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC0B0B (or 0xEC0B0B) is known color: Red. HEX triplet: EC, 0B and 0B. RGB value is (236,11,11). Sum of RGB (Red+Green+Blue) = 236+11+11=258 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.47% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0B0B is #13F4F4. Grayscale: #4E4E4E. Windows color (decimal): -1307893 or 723948. OLE color: 723948.

HSL color Cylindrical-coordinate representation of color #EC0B0B: hue angle of 0º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0B0B is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 11 11 -
CMYK 0 0.95 0.95 0.07
HSL 0.91% 0.48% -
HSV(B) 0.95% 0.93% -
XYZ 34.77 18.1 1.98 -
YUV 78.28 90.04 240.5 -
System Red Green Blue C M Y K H S L
Decimal 236 11 11 0 0.95 0.95 0.07 0 0.91 0.48
Hex EC B B 0 5F 5F 7 0 5B 30
Octal 354 13 13 0 137 137 7 0 133 60
Binary 11101100 1011 1011 0 1011111 1011111 111 0 1011011 110000

Color Harmonies of #EC0B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0B0B

Black with #EC0B0B

Text Example


Text Example

White with #EC0B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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