Html Css Color HEX #EC0B05 Red

📋 copy color: '#EC0B05'

red 236 ◦ green 11 ◦ blue 5

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

Shades of Red #EC0B05

Tints of Red #EC0B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 93.65%
G = 4.37%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC0B05 (or 0xEC0B05) is known color: Red. HEX triplet: EC, 0B and 05. RGB value is (236,11,5). Sum of RGB (Red+Green+Blue) = 236+11+5=252 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.65% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0B05 is #13F4FA. Grayscale: #4D4D4D. Windows color (decimal): -1307899 or 330732. OLE color: 330732.

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

Color convert

RGB 236 11 5 -
CMYK 0 0.95 0.98 0.07
HSL 1.56º 0.96% 0.47% -
HSV(B) 1.56º 0.98% 0.93% -
XYZ 34.74 18.08 1.8 -
YUV 77.59 87.04 240.99 -
System Red Green Blue C M Y K H S L
Decimal 236 11 5 0 0.95 0.98 0.07 1.56 0.96 0.47
Hex EC B 5 0 5F 62 7 2 60 2F
Octal 354 13 5 0 137 142 7 2 140 57
Binary 11101100 1011 101 0 1011111 1100010 111 10 1100000 101111

Color Harmonies of #EC0B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0B05

Black with #EC0B05

Text Example


Text Example

White with #EC0B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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