Html Css Color HEX #EC0038 Torch Red

📋 copy color: '#EC0038'

red 236 ◦ green 0 ◦ blue 56

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

Shades of Torch Red #EC0038

Tints of Torch Red #EC0038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 19.18%

R = 80.82%
G = 0%
B = 19.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC0038 (or 0xEC0038) is known color: Torch Red. HEX triplet: EC, 00 and 38. RGB value is (236,0,56). Sum of RGB (Red+Green+Blue) = 236+0+56=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0038 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0038 is #13FFC7. Grayscale: #4C4C4C. Windows color (decimal): -1310664 or 3670252. OLE color: 3670252.

HSL color Cylindrical-coordinate representation of color #EC0038: hue angle of 345.76º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0038 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 0 56 -
CMYK 0 1 0.76 0.07
HSL 345.76º 1% 0.46% -
HSV(B) 345.76º 1% 0.93% -
XYZ 35.31 18.12 5.38 -
YUV 76.95 116.19 241.45 -
System Red Green Blue C M Y K H S L
Decimal 236 0 56 0 1 0.76 0.07 345.76 1 0.46
Hex EC 0 38 0 64 4C 7 15A 64 2E
Octal 354 0 70 0 144 114 7 532 144 56
Binary 11101100 0 111000 0 1100100 1001100 111 101011010 1100100 101110

Color Harmonies of #EC0038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0038

Black with #EC0038

Text Example


Text Example

White with #EC0038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0038; }

 p { color: rgb(236,0,56); }

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

background-color css

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

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

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

border-color css

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

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

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