Html Css Color HEX #EC0025 Torch Red

📋 copy color: '#EC0025'

red 236 ◦ green 0 ◦ blue 37

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

Shades of Torch Red #EC0025

Tints of Torch Red #EC0025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 86.45%
G = 0%
B = 13.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC0025 (or 0xEC0025) is known color: Torch Red. HEX triplet: EC, 00 and 25. RGB value is (236,0,37). Sum of RGB (Red+Green+Blue) = 236+0+37=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0025 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0025 is #13FFDA. Grayscale: #4A4A4A. Windows color (decimal): -1310683 or 2425068. OLE color: 2425068.

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

Color convert

RGB 236 0 37 -
CMYK 0 1 0.84 0.07
HSL 350.59º 1% 0.46% -
HSV(B) 350.59º 1% 0.93% -
XYZ 34.93 17.97 3.38 -
YUV 74.78 106.69 242.99 -
System Red Green Blue C M Y K H S L
Decimal 236 0 37 0 1 0.84 0.07 350.59 1 0.46
Hex EC 0 25 0 64 54 7 15F 64 2E
Octal 354 0 45 0 144 124 7 537 144 56
Binary 11101100 0 100101 0 1100100 1010100 111 101011111 1100100 101110

Color Harmonies of #EC0025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0025

Black with #EC0025

Text Example


Text Example

White with #EC0025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0025; }

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

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

background-color css

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

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

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

border-color css

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

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

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