Html Css Color HEX #EC023D Torch Red

📋 copy color: '#EC023D'

red 236 ◦ green 2 ◦ blue 61

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

Shades of Torch Red #EC023D

Tints of Torch Red #EC023D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 78.93%
G = 0.67%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC023D (or 0xEC023D) is known color: Torch Red. HEX triplet: EC, 02 and 3D. RGB value is (236,2,61). Sum of RGB (Red+Green+Blue) = 236+2+61=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC023D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC023D is #13FDC2. Grayscale: #4E4E4E. Windows color (decimal): -1310147 or 3998444. OLE color: 3998444.

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

Color convert

RGB 236 2 61 -
CMYK 0 0.99 0.74 0.07
HSL 344.87º 0.98% 0.47% -
HSV(B) 344.87º 0.99% 0.93% -
XYZ 35.46 18.21 6.06 -
YUV 78.69 118.02 240.2 -
System Red Green Blue C M Y K H S L
Decimal 236 2 61 0 0.99 0.74 0.07 344.87 0.98 0.47
Hex EC 2 3D 0 63 4A 7 159 62 2F
Octal 354 2 75 0 143 112 7 531 142 57
Binary 11101100 10 111101 0 1100011 1001010 111 101011001 1100010 101111

Color Harmonies of #EC023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC023D

Black with #EC023D

Text Example


Text Example

White with #EC023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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