Html Css Color HEX #EC0518 Torch Red

📋 copy color: '#EC0518'

red 236 ◦ green 5 ◦ blue 24

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

Shades of Torch Red #EC0518

Tints of Torch Red #EC0518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 24 (9.77% from 255) = 9.06%

R = 89.06%
G = 1.89%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC0518 (or 0xEC0518) is known color: Torch Red. HEX triplet: EC, 05 and 18. RGB value is (236,5,24). Sum of RGB (Red+Green+Blue) = 236+5+24=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0518 is #13FAE7. Grayscale: #4C4C4C. Windows color (decimal): -1309416 or 1574380. OLE color: 1574380.

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

Color convert

RGB 236 5 24 -
CMYK 0 0.98 0.90 0.07
HSL 355.06º 0.96% 0.47% -
HSV(B) 355.06º 0.98% 0.93% -
XYZ 34.81 18.01 2.51 -
YUV 76.24 98.53 241.96 -
System Red Green Blue C M Y K H S L
Decimal 236 5 24 0 0.98 0.90 0.07 355.06 0.96 0.47
Hex EC 5 18 0 62 5A 7 163 60 2F
Octal 354 5 30 0 142 132 7 543 140 57
Binary 11101100 101 11000 0 1100010 1011010 111 101100011 1100000 101111

Color Harmonies of #EC0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0518

Black with #EC0518

Text Example


Text Example

White with #EC0518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0518; }

 p { color: rgb(236,5,24); }

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

background-color css

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

 a { background-color: rgb(236,5,24); }

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

border-color css

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

 span { border-color: rgb(236,5,24); }

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