Html Css Color HEX #EC022F Torch Red

📋 copy color: '#EC022F'

red 236 ◦ green 2 ◦ blue 47

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

Shades of Torch Red #EC022F

Tints of Torch Red #EC022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 82.81%
G = 0.7%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC022F (or 0xEC022F) is known color: Torch Red. HEX triplet: EC, 02 and 2F. RGB value is (236,2,47). Sum of RGB (Red+Green+Blue) = 236+2+47=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC022F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC022F is #13FDD0. Grayscale: #4D4D4D. Windows color (decimal): -1310161 or 3080940. OLE color: 3080940.

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

Color convert

RGB 236 2 47 -
CMYK 0 0.99 0.80 0.07
HSL 348.46º 0.98% 0.47% -
HSV(B) 348.46º 0.99% 0.93% -
XYZ 35.13 18.08 4.33 -
YUV 77.1 111.02 241.34 -
System Red Green Blue C M Y K H S L
Decimal 236 2 47 0 0.99 0.80 0.07 348.46 0.98 0.47
Hex EC 2 2F 0 63 50 7 15C 62 2F
Octal 354 2 57 0 143 120 7 534 142 57
Binary 11101100 10 101111 0 1100011 1010000 111 101011100 1100010 101111

Color Harmonies of #EC022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC022F

Black with #EC022F

Text Example


Text Example

White with #EC022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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