Html Css Color HEX #EC0825 Torch Red

📋 copy color: '#EC0825'

red 236 ◦ green 8 ◦ blue 37

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

Shades of Torch Red #EC0825

Tints of Torch Red #EC0825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

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

R = 83.99%
G = 2.85%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC0825 (or 0xEC0825) is known color: Torch Red. HEX triplet: EC, 08 and 25. RGB value is (236,8,37). Sum of RGB (Red+Green+Blue) = 236+8+37=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0825 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0825 is #13F7DA. Grayscale: #4F4F4F. Windows color (decimal): -1308635 or 2427116. OLE color: 2427116.

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

Color convert

RGB 236 8 37 -
CMYK 0 0.97 0.84 0.07
HSL 352.37º 0.93% 0.48% -
HSV(B) 352.37º 0.97% 0.93% -
XYZ 35.01 18.14 3.41 -
YUV 79.48 104.04 239.64 -
System Red Green Blue C M Y K H S L
Decimal 236 8 37 0 0.97 0.84 0.07 352.37 0.93 0.48
Hex EC 8 25 0 61 54 7 160 5D 30
Octal 354 10 45 0 141 124 7 540 135 60
Binary 11101100 1000 100101 0 1100001 1010100 111 101100000 1011101 110000

Color Harmonies of #EC0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0825

Black with #EC0825

Text Example


Text Example

White with #EC0825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0825; }

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

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

background-color css

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

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

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

border-color css

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

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

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