Html Css Color HEX #EC052D Torch Red

📋 copy color: '#EC052D'

red 236 ◦ green 5 ◦ blue 45

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

Shades of Torch Red #EC052D

Tints of Torch Red #EC052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 82.52%
G = 1.75%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC052D (or 0xEC052D) is known color: Torch Red. HEX triplet: EC, 05 and 2D. RGB value is (236,5,45). Sum of RGB (Red+Green+Blue) = 236+5+45=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC052D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC052D is #13FAD2. Grayscale: #4E4E4E. Windows color (decimal): -1309395 or 2950636. OLE color: 2950636.

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

Color convert

RGB 236 5 45 -
CMYK 0 0.98 0.81 0.07
HSL 349.61º 0.96% 0.47% -
HSV(B) 349.61º 0.98% 0.93% -
XYZ 35.12 18.13 4.13 -
YUV 78.63 109.03 240.25 -
System Red Green Blue C M Y K H S L
Decimal 236 5 45 0 0.98 0.81 0.07 349.61 0.96 0.47
Hex EC 5 2D 0 62 51 7 15E 60 2F
Octal 354 5 55 0 142 121 7 536 140 57
Binary 11101100 101 101101 0 1100010 1010001 111 101011110 1100000 101111

Color Harmonies of #EC052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC052D

Black with #EC052D

Text Example


Text Example

White with #EC052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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