Html Css Color HEX #EC0528 Torch Red

📋 copy color: '#EC0528'

red 236 ◦ green 5 ◦ blue 40

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

Shades of Torch Red #EC0528

Tints of Torch Red #EC0528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 83.99%
G = 1.78%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC0528 (or 0xEC0528) is known color: Torch Red. HEX triplet: EC, 05 and 28. RGB value is (236,5,40). Sum of RGB (Red+Green+Blue) = 236+5+40=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0528 is #13FAD7. Grayscale: #4E4E4E. Windows color (decimal): -1309400 or 2622956. OLE color: 2622956.

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

Color convert

RGB 236 5 40 -
CMYK 0 0.98 0.83 0.07
HSL 350.91º 0.96% 0.47% -
HSV(B) 350.91º 0.98% 0.93% -
XYZ 35.03 18.09 3.65 -
YUV 78.06 106.53 240.65 -
System Red Green Blue C M Y K H S L
Decimal 236 5 40 0 0.98 0.83 0.07 350.91 0.96 0.47
Hex EC 5 28 0 62 53 7 15F 60 2F
Octal 354 5 50 0 142 123 7 537 140 57
Binary 11101100 101 101000 0 1100010 1010011 111 101011111 1100000 101111

Color Harmonies of #EC0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0528

Black with #EC0528

Text Example


Text Example

White with #EC0528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0528; }

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

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

background-color css

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

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

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

border-color css

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

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

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