Html Css Color HEX #EC0505 Red

📋 copy color: '#EC0505'

red 236 ◦ green 5 ◦ blue 5

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

Shades of Red #EC0505

Tints of Red #EC0505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.03%

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

R = 95.93%
G = 2.03%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC0505 (or 0xEC0505) is known color: Red. HEX triplet: EC, 05 and 05. RGB value is (236,5,5). Sum of RGB (Red+Green+Blue) = 236+5+5=246 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.93% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0505 is #13FAFA. Grayscale: #4A4A4A. Windows color (decimal): -1309435 or 329196. OLE color: 329196.

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

Color convert

RGB 236 5 5 -
CMYK 0 0.98 0.98 0.07
HSL 0.96% 0.47% -
HSV(B) 0.98% 0.93% -
XYZ 34.67 17.95 1.78 -
YUV 74.07 89.03 243.5 -
System Red Green Blue C M Y K H S L
Decimal 236 5 5 0 0.98 0.98 0.07 0 0.96 0.47
Hex EC 5 5 0 62 62 7 0 60 2F
Octal 354 5 5 0 142 142 7 0 140 57
Binary 11101100 101 101 0 1100010 1100010 111 0 1100000 101111

Color Harmonies of #EC0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0505

Black with #EC0505

Text Example


Text Example

White with #EC0505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0505; }

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

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

background-color css

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

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

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

border-color css

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

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

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