Html Css Color HEX #EC022D Torch Red

📋 copy color: '#EC022D'

red 236 ◦ green 2 ◦ blue 45

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

Shades of Torch Red #EC022D

Tints of Torch Red #EC022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 83.39%
G = 0.71%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC022D (or 0xEC022D) is known color: Torch Red. HEX triplet: EC, 02 and 2D. RGB value is (236,2,45). Sum of RGB (Red+Green+Blue) = 236+2+45=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC022D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC022D is #13FDD2. Grayscale: #4C4C4C. Windows color (decimal): -1310163 or 2949868. OLE color: 2949868.

HSL color Cylindrical-coordinate representation of color #EC022D: hue angle of 348.97º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC022D is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 2 45 -
CMYK 0 0.99 0.81 0.07
HSL 348.97º 0.98% 0.47% -
HSV(B) 348.97º 0.99% 0.93% -
XYZ 35.09 18.07 4.12 -
YUV 76.87 110.02 241.5 -
System Red Green Blue C M Y K H S L
Decimal 236 2 45 0 0.99 0.81 0.07 348.97 0.98 0.47
Hex EC 2 2D 0 63 51 7 15D 62 2F
Octal 354 2 55 0 143 121 7 535 142 57
Binary 11101100 10 101101 0 1100011 1010001 111 101011101 1100010 101111

Color Harmonies of #EC022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC022D

Black with #EC022D

Text Example


Text Example

White with #EC022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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