Html Css Color HEX #EC0E05 Red

📋 copy color: '#EC0E05'

red 236 ◦ green 14 ◦ blue 5

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

Shades of Red #EC0E05

Tints of Red #EC0E05

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.49%

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

R = 92.55%
G = 5.49%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC0E05 (or 0xEC0E05) is known color: Red. HEX triplet: EC, 0E and 05. RGB value is (236,14,5). Sum of RGB (Red+Green+Blue) = 236+14+5=255 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.55% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0E05 is #13F1FA. Grayscale: #4F4F4F. Windows color (decimal): -1307131 or 331500. OLE color: 331500.

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

Color convert

RGB 236 14 5 -
CMYK 0 0.94 0.98 0.07
HSL 2.34º 0.96% 0.47% -
HSV(B) 2.34º 0.98% 0.93% -
XYZ 34.78 18.16 1.82 -
YUV 79.35 86.05 239.73 -
System Red Green Blue C M Y K H S L
Decimal 236 14 5 0 0.94 0.98 0.07 2.34 0.96 0.47
Hex EC E 5 0 5E 62 7 2 60 2F
Octal 354 16 5 0 136 142 7 2 140 57
Binary 11101100 1110 101 0 1011110 1100010 111 10 1100000 101111

Color Harmonies of #EC0E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0E05

Black with #EC0E05

Text Example


Text Example

White with #EC0E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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