#ec0428

Color #EC0428 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #EC0428

Tints of Torch Red #EC0428

Color information

#EC0428 (or 0xEC0428) is unknown color: approx Torch Red. HEX triplet: EC, 04 and 28. RGB value is (236,4,40). Sum of RGB (Red+Green+Blue) = 236+4+40=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0428 is #13FBD7. Grayscale: #4D4D4D. Windows color (decimal): -1309656 or 2622700. OLE color: 2622700.

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

Color convert

RGB236440-
CMYK00.980.830.07
HSL350.69º96.67%47.06%-
HSV(B)350.69º98.31%92.55%-
XYZ35.0218.073.65-
YUV77.47106.86241.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 84.29%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 40 (16.02% from 255) = 14.29%
R=84.29%
G=1.43%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23644000.980.830.07350.6996.6747.06
HexEC42806253715f612f
Octal3544500142123753714157
Binary111011001001010000110001010100111111010111111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec0428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec0428; }

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

 H1.HeaderClassName
 {
   color: #ec0428;
 }
 .AnyTagClassName
 {
   color: #ec0428;
 }
</style>
background-color css

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

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

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

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

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

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