Html Css Color HEX #EC0426 Torch Red

📋 copy color: '#EC0426'

red 236 ◦ green 4 ◦ blue 38

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

Shades of Torch Red #EC0426

Tints of Torch Red #EC0426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

 BLUE value IS 38 (15.23% from 255) = 13.67%

R = 84.89%
G = 1.44%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC0426 (or 0xEC0426) is known color: Torch Red. HEX triplet: EC, 04 and 26. RGB value is (236,4,38). Sum of RGB (Red+Green+Blue) = 236+4+38=278 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.89% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0426 is #13FBD9. Grayscale: #4D4D4D. Windows color (decimal): -1309658 or 2491628. OLE color: 2491628.

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

Color convert

RGB 236 4 38 -
CMYK 0 0.98 0.84 0.07
HSL 351.21º 0.97% 0.47% -
HSV(B) 351.21º 0.98% 0.93% -
XYZ 34.99 18.06 3.48 -
YUV 77.24 105.86 241.24 -
System Red Green Blue C M Y K H S L
Decimal 236 4 38 0 0.98 0.84 0.07 351.21 0.97 0.47
Hex EC 4 26 0 62 54 7 15F 61 2F
Octal 354 4 46 0 142 124 7 537 141 57
Binary 11101100 100 100110 0 1100010 1010100 111 101011111 1100001 101111

Color Harmonies of #EC0426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0426

Black with #EC0426

Text Example


Text Example

White with #EC0426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0426; }

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

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

background-color css

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

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

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

border-color css

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

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

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