Html Css Color HEX #EC0428 Torch Red

📋 copy color: '#EC0428'

red 236 ◦ green 4 ◦ blue 40

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

Shades of Torch Red #EC0428

Tints of Torch Red #EC0428

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 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

#EC0428 (or 0xEC0428) is known color: 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

RGB 236 4 40 -
CMYK 0 0.98 0.83 0.07
HSL 350.69º 0.97% 0.47% -
HSV(B) 350.69º 0.98% 0.93% -
XYZ 35.02 18.07 3.65 -
YUV 77.47 106.86 241.07 -
System Red Green Blue C M Y K H S L
Decimal 236 4 40 0 0.98 0.83 0.07 350.69 0.97 0.47
Hex EC 4 28 0 62 53 7 15F 61 2F
Octal 354 4 50 0 142 123 7 537 141 57
Binary 11101100 100 101000 0 1100010 1010011 111 101011111 1100001 101111

Color Harmonies of #EC0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0428

Black with #EC0428

Text Example


Text Example

White with #EC0428

Text Example


Text Example

HTML Codes & Css Web 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>