Html Css Color HEX #EC0A05 Red

📋 copy color: '#EC0A05'

red 236 ◦ green 10 ◦ blue 5

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

Shades of Red #EC0A05

Tints of Red #EC0A05

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.98%

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

R = 94.02%
G = 3.98%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC0A05 (or 0xEC0A05) is known color: Red. HEX triplet: EC, 0A and 05. RGB value is (236,10,5). Sum of RGB (Red+Green+Blue) = 236+10+5=251 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.02% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0A05 is #13F5FA. Grayscale: #4D4D4D. Windows color (decimal): -1308155 or 330476. OLE color: 330476.

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

Color convert

RGB 236 10 5 -
CMYK 0 0.96 0.98 0.07
HSL 1.3º 0.96% 0.47% -
HSV(B) 1.3º 0.98% 0.93% -
XYZ 34.73 18.06 1.8 -
YUV 77 87.37 241.41 -
System Red Green Blue C M Y K H S L
Decimal 236 10 5 0 0.96 0.98 0.07 1.3 0.96 0.47
Hex EC A 5 0 60 62 7 1 60 2F
Octal 354 12 5 0 140 142 7 1 140 57
Binary 11101100 1010 101 0 1100000 1100010 111 1 1100000 101111

Color Harmonies of #EC0A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0A05

Black with #EC0A05

Text Example


Text Example

White with #EC0A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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